Skip to content

Commit

Permalink
build(babel): Update polyfill (core.js -> babel-polyfill@7)
Browse files Browse the repository at this point in the history
  • Loading branch information
CheerlessCloud committed Aug 11, 2017
1 parent e9fcc3c commit 6a4b7d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"env",
{
"targets": {
"node": "6.9"
"node": "6.10"
},
"useBuiltIns": "usage",
"exclude": [
Expand Down Expand Up @@ -119,6 +119,6 @@
"dist/**/*.*"
],
"dependencies": {
"core-js": "^2.5.0"
"babel-polyfill": "^7.0.0-alpha.19"
}
}

0 comments on commit 6a4b7d7

Please sign in to comment.