Update package.json

This commit is contained in:
James Kyle 2015-10-29 19:39:01 -07:00
parent 0d561cf60c
commit a4bdfb1bbe

View File

@ -1,7 +1,7 @@
{
"name": "babel-cli",
"version": "6.0.2",
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
@ -29,4 +29,4 @@
"babel-node": "./bin/babel-node.js",
"babel-external-helpers": "./bin/babel-external-helpers.js"
}
}
}