Skip to content

Commit

Permalink
fix(all): remove core-js dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Feb 25, 2016
1 parent 81052cd commit 7f97b08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 3 additions & 6 deletions package.json
Expand Up @@ -30,12 +30,10 @@
"dist": "dist/amd"
},
"peerDependencies": {
"aurelia-path": "^1.0.0-beta.1.1.0",
"core-js": "^2.0.3"
"aurelia-path": "^1.0.0-beta.1.1.0"
},
"dependencies": {
"aurelia-path": "^1.0.0-beta.1.1.0",
"core-js": "^2.0.3"
"aurelia-path": "^1.0.0-beta.1.1.0"
},
"devDependencies": {
"babel": "babel-core@^5.8.24",
Expand All @@ -44,8 +42,7 @@
}
},
"dependencies": {
"aurelia-path": "^1.0.0-beta.1.1.0",
"core-js": "^2.0.3"
"aurelia-path": "^1.0.0-beta.1.1.0"
},
"devDependencies": {
"aurelia-tools": "0.1.16",
Expand Down
1 change: 0 additions & 1 deletion src/route-recognizer.js
@@ -1,4 +1,3 @@
import 'core-js';
import {buildQueryString, parseQueryString} from 'aurelia-path';
import {State} from './state';
import {
Expand Down

0 comments on commit 7f97b08

Please sign in to comment.