v7.0.0-alpha.20

This commit is contained in:
Henry Zhu
2017-08-30 15:02:49 -04:00
parent 5e7fce3fe0
commit b82b65a31e
124 changed files with 471 additions and 471 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-node",
"version": "7.0.0-alpha.19",
"version": "7.0.0-alpha.20",
"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.19",
"babel-polyfill": "7.0.0-alpha.19",
"babel-register": "7.0.0-alpha.19",
"babel-core": "7.0.0-alpha.20",
"babel-polyfill": "7.0.0-alpha.20",
"babel-register": "7.0.0-alpha.20",
"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.19"
"babel-helper-fixtures": "7.0.0-alpha.20"
},
"bin": {
"babel-node": "./bin/babel-node.js"