Skip to content

Commit

Permalink
fix(package): add missing core-js dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Dec 29, 2015
1 parent 664762b commit 08ab345
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -25,7 +25,8 @@
"lib": "dist/amd"
},
"dependencies": {
"aurelia-pal": "npm:aurelia-pal@^1.0.0-beta.1.0.1"
"aurelia-pal": "npm:aurelia-pal@^1.0.0-beta.1.0.1",
"core-js": "npm:core-js@^1.2.6"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.22",
Expand Down

0 comments on commit 08ab345

Please sign in to comment.