downgrade core-js

This commit is contained in:
Sebastian McKenzie
2015-03-31 01:34:38 +11:00
parent 769f7fb81d
commit 59e07b65dd
2 changed files with 4 additions and 3 deletions

View File

@@ -5,6 +5,6 @@
"repository": "babel/babel",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"dependencies": {
"core-js": "^0.7.0"
"core-js": "^0.6.0"
}
}
}