v7.0.0-beta.35

This commit is contained in:
Henry Zhu
2017-12-14 16:47:27 -05:00
parent 05b22d2597
commit 8a4124b2ff
135 changed files with 725 additions and 725 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babylon",
"version": "7.0.0-beta.34",
"version": "7.0.0-beta.35",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -23,7 +23,7 @@
"node": ">=4.2.0"
},
"devDependencies": {
"@babel/helper-fixtures": "7.0.0-beta.34",
"@babel/helper-fixtures": "7.0.0-beta.35",
"babel-plugin-transform-charcodes": "0.0.10",
"charcodes": "0.0.10",
"rollup": "^0.50.0",
@@ -36,6 +36,6 @@
"babylon": "./bin/babylon.js"
},
"publishConfig": {
"tag": "next"
"tag": "next"
}
}