This commit is contained in:
Sebastian McKenzie
2015-11-12 12:01:18 -08:00
parent 5c22a23754
commit f127f81cb7
117 changed files with 376 additions and 376 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-generator",
"version": "6.1.13",
"version": "6.1.14",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -11,9 +11,9 @@
"lib"
],
"dependencies": {
"babel-messages": "^6.1.13",
"babel-messages": "^6.1.14",
"babel-runtime": "^5.0.0",
"babel-types": "^6.1.13",
"babel-types": "^6.1.14",
"detect-indent": "^3.0.1",
"is-integer": "^1.0.4",
"lodash": "^3.10.1",
@@ -22,7 +22,7 @@
"trim-right": "^1.0.1"
},
"devDependencies": {
"babel-helper-fixtures": "^6.1.13",
"babylon": "^6.1.13"
"babel-helper-fixtures": "^6.1.14",
"babylon": "^6.1.14"
}
}