v7.0.0-alpha.19

This commit is contained in:
Henry Zhu
2017-08-07 18:21:08 -04:00
parent 7f92e1d9dd
commit 79f4956948
122 changed files with 405 additions and 441 deletions

View File

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