v7.0.0-beta.46

This commit is contained in:
Logan Smyth
2018-04-22 21:29:42 -07:00
parent c8b57f777a
commit 3a2aa9b862
141 changed files with 850 additions and 850 deletions

View File

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