Skip to content

Commit

Permalink
fix(dependencies): updating Aurelia dependencies again and fixing con…
Browse files Browse the repository at this point in the history
…fig.js file
  • Loading branch information
Vheissu committed Jan 17, 2016
1 parent 5dd4eda commit b5a3303
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 28 deletions.
56 changes: 34 additions & 22 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,18 @@ System.config({
},

map: {
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.11.2",
"aurelia-http-client": "github:aurelia/http-client@0.12.0",
"babel": "npm:babel-core@5.8.25",
"babel-runtime": "npm:babel-runtime@5.8.25",
"core-js": "npm:core-js@0.9.18",
"github:aurelia/dependency-injection@0.11.2": {
"aurelia-logging": "github:aurelia/logging@0.8.0",
"aurelia-metadata": "github:aurelia/metadata@0.9.0",
"aurelia-pal": "github:aurelia/pal@0.2.0",
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/http-client@0.12.0": {
"aurelia-pal": "github:aurelia/pal@0.2.0",
"aurelia-path": "github:aurelia/path@0.10.0",
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/metadata@0.9.0": {
"aurelia-pal": "github:aurelia/pal@0.2.0",
"core-js": "npm:core-js@0.9.18"
},
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0-beta.1.0.1",
"aurelia-http-client": "npm:aurelia-http-client@1.0.0-beta.1.0.1",
"aurelia-pal-browser": "npm:aurelia-pal-browser@1.0.0-beta.1.0.3",
"babel": "npm:babel-core@5.8.34",
"babel-runtime": "npm:babel-runtime@5.8.34",
"core-js": "npm:core-js@1.2.6",
"github:jspm/nodelibs-assert@0.1.0": {
"assert": "npm:assert@1.3.0"
},
"github:jspm/nodelibs-path@0.1.0": {
"path-browserify": "npm:path-browserify@0.0.0"
},
"github:jspm/nodelibs-process@0.1.2": {
"process": "npm:process@0.11.2"
},
Expand All @@ -48,17 +37,40 @@ System.config({
"npm:assert@1.3.0": {
"util": "npm:util@0.10.3"
},
"npm:babel-runtime@5.8.25": {
"npm:aurelia-dependency-injection@1.0.0-beta.1.0.1": {
"aurelia-logging": "npm:aurelia-logging@1.0.0-beta.1",
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-beta.1",
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.0.2",
"core-js": "npm:core-js@1.2.6"
},
"npm:aurelia-http-client@1.0.0-beta.1.0.1": {
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.0.2",
"aurelia-path": "npm:aurelia-path@1.0.0-beta.1",
"core-js": "npm:core-js@1.2.6"
},
"npm:aurelia-metadata@1.0.0-beta.1": {
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.0.2",
"core-js": "npm:core-js@1.2.6"
},
"npm:aurelia-pal-browser@1.0.0-beta.1.0.3": {
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.0.2",
"core-js": "npm:core-js@1.2.6"
},
"npm:babel-runtime@5.8.34": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:core-js@0.9.18": {
"npm:core-js@1.2.6": {
"fs": "github:jspm/nodelibs-fs@0.1.2",
"path": "github:jspm/nodelibs-path@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2",
"systemjs-json": "github:systemjs/plugin-json@0.1.0"
},
"npm:inherits@2.0.1": {
"util": "github:jspm/nodelibs-util@0.1.0"
},
"npm:path-browserify@0.0.0": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:process@0.11.2": {
"assert": "github:jspm/nodelibs-assert@0.1.0"
},
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"lib": "dist/amd"
},
"dependencies": {
"aurelia-dependency-injection": "npm:aurelia/dependency-injection@^1.0.0-beta.1.0.1",
"aurelia-http-client": "npm:aurelia/http-client@^1.0.0-beta.1.0.1"
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@^1.0.0-beta.1.0.1",
"aurelia-http-client": "npm:aurelia-http-client@^1.0.0-beta.1.0.1"
},
"devDependencies": {
"aurelia-pal-browser": "npm:aurelia-pal-browser@^1.0.0-beta.1.0.1",
"babel": "npm:babel-core@^5.6.4",
"babel-runtime": "npm:babel-runtime@^5.6.4",
"core-js": "npm:core-js@^1.2.6"
"aurelia-pal-browser": "npm:aurelia-pal-browser@^1.0.0-beta.1.0.3",
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
},
"overrides": {
"npm:core-js@1.2.6": {
Expand Down

0 comments on commit b5a3303

Please sign in to comment.