v7.0.0-beta.34

This commit is contained in:
Henry Zhu
2017-12-02 09:38:52 -05:00
parent c41eb0d052
commit a7c9264c79
135 changed files with 724 additions and 724 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/cli",
"version": "7.0.0-beta.33",
"version": "7.0.0-beta.34",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -29,11 +29,11 @@
"chokidar": "^1.6.1"
},
"peerDependencies": {
"@babel/core": "7.0.0-beta.33"
"@babel/core": "7.0.0-beta.34"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.33",
"@babel/helper-fixtures": "7.0.0-beta.33"
"@babel/core": "7.0.0-beta.34",
"@babel/helper-fixtures": "7.0.0-beta.34"
},
"bin": {
"babel": "./bin/babel.js",