Skip to content

Commit

Permalink
fix(all): remove core-js and fix package for jspm
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Feb 26, 2016
1 parent fd39c21 commit 4cec9f1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
4 changes: 1 addition & 3 deletions bower.json
Expand Up @@ -25,8 +25,6 @@
"aurelia-path": "^1.0.0-beta.1.1.0",
"aurelia-task-queue": "^1.0.0-beta.1.1.1",
"aurelia-templating": "^1.0.0-beta.1.1.1",
"aurelia-templating-resources": "^1.0.0-beta.1.1.1",

"core-js": "zloirock/core-js"
"aurelia-templating-resources": "^1.0.0-beta.1.1.1"
}
}
22 changes: 15 additions & 7 deletions package.json
Expand Up @@ -20,11 +20,23 @@
},
"jspm": {
"registry": "npm",
"jspmPackage": true,
"main": "index",
"format": "amd",
"directories": {
"dist": "dist/amd"
},
"peerDependencies": {
"aurelia-binding": "^1.0.0-beta.1.1.3",
"aurelia-dependency-injection": "^1.0.0-beta.1.1.3",
"aurelia-framework": "^1.0.0-beta.1.1.3",
"aurelia-logging": "^1.0.0-beta.1.1.1",
"aurelia-logging-console": "^1.0.0-beta.1.1.4",
"aurelia-path": "^1.0.0-beta.1.1.0",
"aurelia-task-queue": "^1.0.0-beta.1.1.1",
"aurelia-templating": "^1.0.0-beta.1.1.1",
"aurelia-templating-resources": "^1.0.0-beta.1.1.1"
},
"dependencies": {
"aurelia-binding": "^1.0.0-beta.1.1.3",
"aurelia-dependency-injection": "^1.0.0-beta.1.1.3",
Expand All @@ -34,14 +46,11 @@
"aurelia-path": "^1.0.0-beta.1.1.0",
"aurelia-task-queue": "^1.0.0-beta.1.1.1",
"aurelia-templating": "^1.0.0-beta.1.1.1",
"aurelia-templating-resources": "^1.0.0-beta.1.1.1",
"core-js": "2.0.3"
"aurelia-templating-resources": "^1.0.0-beta.1.1.1"
},
"devDependencies": {
"babel": "babel-core@^5.8.22",
"babel-runtime": "^5.8.20",
"traceur": "github:jmcriffey/bower-traceur@0.0.92",
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.92"
"babel-runtime": "^5.8.20"
}
},
"dependencies": {
Expand All @@ -53,8 +62,7 @@
"aurelia-path": "^1.0.0-beta.1.1.0",
"aurelia-task-queue": "^1.0.0-beta.1.1.1",
"aurelia-templating": "^1.0.0-beta.1.1.1",
"aurelia-templating-resources": "^1.0.0-beta.1.1.1",
"core-js": "2.0.3"
"aurelia-templating-resources": "^1.0.0-beta.1.1.1"
},
"devDependencies": {
"aurelia-tools": "^0.1.16",
Expand Down

0 comments on commit 4cec9f1

Please sign in to comment.