diff --git a/packages/babel-cli/package.json b/packages/babel-cli/package.json index 4ac93ca177..fa3f66c673 100644 --- a/packages/babel-cli/package.json +++ b/packages/babel-cli/package.json @@ -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 ", "homepage": "https://babeljs.io/", "license": "MIT", @@ -29,4 +29,4 @@ "babel-node": "./bin/babel-node.js", "babel-external-helpers": "./bin/babel-external-helpers.js" } -} \ No newline at end of file +}