v7.0.0-beta.38

This commit is contained in:
Henry Zhu
2018-01-17 11:31:32 -05:00
parent 539009a980
commit b5d20ab171
137 changed files with 740 additions and 740 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/cli",
"version": "7.0.0-beta.37",
"version": "7.0.0-beta.38",
"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.37"
"@babel/core": "7.0.0-beta.38"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.37",
"@babel/helper-fixtures": "7.0.0-beta.37"
"@babel/core": "7.0.0-beta.38",
"@babel/helper-fixtures": "7.0.0-beta.38"
},
"bin": {
"babel": "./bin/babel.js",