update to 4.0.0

This commit is contained in:
Sebastian McKenzie 2015-02-15 19:54:14 +11:00
parent 545e9499c3
commit 17532bfd82
2 changed files with 3 additions and 3 deletions

View File

@ -11,9 +11,9 @@
_Note: Gaps between patch versions are faulty/broken releases._ _Note: Gaps between patch versions are faulty/broken releases._
See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the previous 6to5 version changelog. See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog.
## 1.0.0 ## 4.0.0
* 6to5 is now known as Babel. * 6to5 is now known as Babel.
* Global helpers/runtime has now been given the more descriptive name of "external helpers". * Global helpers/runtime has now been given the more descriptive name of "external helpers".

View File

@ -1,7 +1,7 @@
{ {
"name": "babel", "name": "babel",
"description": "Turn ES6 code into readable vanilla ES5 with source maps", "description": "Turn ES6 code into readable vanilla ES5 with source maps",
"version": "1.0.0", "version": "4.0.0",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"repository": "babel/babel", "repository": "babel/babel",