v7.0.0-beta.49

This commit is contained in:
Logan Smyth
2018-05-25 09:00:02 -07:00
parent cf8058e5b6
commit 90566103a6
145 changed files with 872 additions and 872 deletions

View File

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