v7.0.0-beta.48

This commit is contained in:
Henry Zhu
2018-05-24 15:20:31 -04:00
parent 86aacad2bc
commit e6d198eef5
145 changed files with 872 additions and 872 deletions

View File

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