force update core/cli

This commit is contained in:
Henry Zhu 2017-01-19 22:09:37 -05:00
parent ef25bebfa8
commit b06763f1a3
2 changed files with 11 additions and 1 deletions

View File

@ -6,6 +6,15 @@
"homepage": "https://babeljs.io/",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-cli",
"keywords": [
"6to5",
"babel",
"es6",
"transpile",
"transpiler",
"babel-cli",
"compiler"
],
"dependencies": {
"babel-core": "^6.22.0",
"babel-register": "^6.22.0",

View File

@ -18,7 +18,8 @@
"transpile",
"transpiler",
"var",
"babel-core"
"babel-core",
"compiler"
],
"scripts": {
"bench": "make bench",