v7.0.0-alpha.13
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-generator",
|
||||
"version": "7.0.0-alpha.12",
|
||||
"version": "7.0.0-alpha.13",
|
||||
"description": "Turns an AST into code.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@@ -11,15 +11,15 @@
|
||||
"lib"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-messages": "7.0.0-alpha.12",
|
||||
"babel-types": "7.0.0-alpha.12",
|
||||
"babel-messages": "7.0.0-alpha.13",
|
||||
"babel-types": "7.0.0-alpha.13",
|
||||
"jsesc": "^1.3.0",
|
||||
"lodash": "^4.2.0",
|
||||
"source-map": "^0.5.0",
|
||||
"trim-right": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-fixtures": "7.0.0-alpha.12",
|
||||
"babel-helper-fixtures": "7.0.0-alpha.13",
|
||||
"babylon": "^7.0.0-beta.15"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user