upgrade core-js

This commit is contained in:
Sebastian McKenzie 2015-01-07 14:12:21 +11:00
parent a307a961a6
commit 2a1e012240
2 changed files with 9 additions and 2 deletions

View File

@ -11,12 +11,19 @@
_Note: Gaps between patch versions are faulty/broken releases._
## 2.7.1
* **New Feature**
* Expose `version` on browser and node API.
* **Internal**
* Upgrade `core-js` to 0.4.1
## 2.7.0
* **Spec Compliancy**
* Disallow reassignments of imports.
* **New Feature**
* `reactCompat` to enable pre-v0.12 react components.
* `reactCompat` option to enable pre-v0.12 react components.
## 2.6.3

View File

@ -43,7 +43,7 @@
"ast-types": "~0.6.1",
"chokidar": "0.11.1",
"commander": "2.5.0",
"core-js": "^0.4.0",
"core-js": "^0.4.1",
"estraverse": "1.8.0",
"esutils": "1.1.6",
"esvalid": "^1.1.0",