This commit is contained in:
Logan Smyth
2017-02-13 17:14:12 -08:00
parent 24400c5b66
commit 48573f1fb4
36 changed files with 96 additions and 96 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-cli",
"version": "6.22.2",
"version": "6.23.0",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -16,9 +16,9 @@
"compiler"
],
"dependencies": {
"babel-core": "^6.22.1",
"babel-register": "^6.22.0",
"babel-polyfill": "^6.22.0",
"babel-core": "^6.23.0",
"babel-register": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-runtime": "^6.22.0",
"commander": "^2.8.1",
"convert-source-map": "^1.1.0",