v7.0.0-beta.0

This commit is contained in:
Henry Zhu
2017-09-11 23:01:41 -04:00
parent 8742012b5e
commit 1c13250807
124 changed files with 471 additions and 471 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-node",
"version": "7.0.0-alpha.20",
"version": "7.0.0-beta.0",
"description": "Babel command line",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -16,9 +16,9 @@
"compiler"
],
"dependencies": {
"babel-core": "7.0.0-alpha.20",
"babel-polyfill": "7.0.0-alpha.20",
"babel-register": "7.0.0-alpha.20",
"babel-core": "7.0.0-beta.0",
"babel-polyfill": "7.0.0-beta.0",
"babel-register": "7.0.0-beta.0",
"commander": "^2.8.1",
"fs-readdir-recursive": "^1.0.0",
"lodash": "^4.2.0",
@@ -26,7 +26,7 @@
"v8flags": "^3.0.0"
},
"devDependencies": {
"babel-helper-fixtures": "7.0.0-alpha.20"
"babel-helper-fixtures": "7.0.0-beta.0"
},
"bin": {
"babel-node": "./bin/babel-node.js"