Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
fix(project): fix wrong dependency introduced in 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
doktordirk committed Mar 26, 2016
1 parent 73080fa commit 1b28821
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
4 changes: 0 additions & 4 deletions config.js
Expand Up @@ -17,7 +17,6 @@ System.config({
map: {
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0-beta.1.2.0",
"aurelia-fetch-client": "npm:aurelia-fetch-client@1.0.0-beta.1.2.0",
"aurelia-pal-browser": "npm:aurelia-pal-browser@1.0.0-beta.1.2.0",
"aurelia-polyfills": "npm:aurelia-polyfills@1.0.0-beta.1.1.0",
"aurelia-router": "npm:aurelia-router@1.0.0-beta.1.2.0",
"babel": "npm:babel-core@5.8.38",
Expand Down Expand Up @@ -57,9 +56,6 @@ System.config({
"npm:aurelia-metadata@1.0.0-beta.1.2.0": {
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.2.0"
},
"npm:aurelia-pal-browser@1.0.0-beta.1.2.0": {
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.2.0"
},
"npm:aurelia-polyfills@1.0.0-beta.1.1.0": {
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.2.0"
},
Expand Down
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -36,23 +36,23 @@
},
"dependencies": {
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@^1.0.0-beta.1.2.0",
"aurelia-fetch-client": "npm:aurelia-dependency-injection@^1.0.0-beta.1.2.0",
"aurelia-router": "npm:aurelia-dependency-injection@^1.0.0-beta.1.2.0",
"aurelia-fetch-client": "npm:aurelia-fetch-client@^1.0.0-beta.1.2.0",
"aurelia-router": "npm:aurelia-router@^1.0.0-beta.1.2.0",
"fetch": "github:github/fetch@^0.11.0",
"spoonx/aurelia-api": "github:spoonx/aurelia-api@^2.1.2"
},
"peerDependencies": {
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@^1.0.0-beta.1.2.0",
"aurelia-fetch-client": "npm:aurelia-dependency-injection@^1.0.0-beta.1.2.0",
"aurelia-router": "npm:aurelia-dependency-injection@^1.0.0-beta.1.2.0",
"aurelia-fetch-client": "npm:aurelia-fetch-client@^1.0.0-beta.1.2.0",
"aurelia-router": "npm:aurelia-router@^1.0.0-beta.1.2.0",
"fetch": "github:github/fetch@^0.11.0",
"spoonx/aurelia-api": "github:spoonx/aurelia-api@^2.1.2"
},
"devDependencies": {
"aurelia-polyfills": "npm:aurelia-dependency-injection@^1.0.0-beta.1.1.0",
"aurelia-polyfills": "npm:aurelia-polyfills@^1.0.0-beta.1.1.0",
"babel": "npm:babel-core@^5.8.38",
"babel-runtime": "npm:aurelia-dependency-injection@^5.8.38",
"core-js": "npm:aurelia-dependency-injection@^1.1.4",
"babel-runtime": "npm:babel-runtime@^5.8.38",
"core-js": "npm:core-js@^1.1.4",
"fetch": "github:github/fetch@^0.11.0"
}
},
Expand Down

0 comments on commit 1b28821

Please sign in to comment.