bump core-js version

This commit is contained in:
Sebastian McKenzie 2015-04-13 11:58:09 -07:00
parent a40d532b0e
commit 365b7285d2
2 changed files with 6 additions and 1 deletions

View File

@ -13,6 +13,11 @@ _Note: Gaps between patch versions are faulty/broken releases._
See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog.
## 5.1.5
* **Internal**
* Bump `core-js` version.
## 5.1.4
* **Polish**

View File

@ -30,7 +30,7 @@
"ast-types": "~0.7.0",
"chalk": "^1.0.0",
"convert-source-map": "^1.0.0",
"core-js": "^0.8.1",
"core-js": "^0.8.3",
"debug": "^2.1.1",
"detect-indent": "^3.0.0",
"estraverse": "^3.0.0",