Skip to content

Commit

Permalink
ommit: chore(all): update jspm config
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jul 27, 2016
1 parent c8182bb commit ab10fae
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ System.config({
"aurelia-dependency-injection/*": "dist/*",
"npm:*": "jspm_packages/npm/*"
},

map: {
"aurelia-logging": "npm:[email protected]",
"aurelia-metadata": "npm:[email protected]-rc.1.0.0",
"aurelia-pal": "npm:[email protected]-rc.1.0.0",
"aurelia-polyfills": "npm:[email protected]-rc.1.0.0",
"aurelia-metadata": "npm:[email protected]",
"aurelia-pal": "npm:[email protected]",
"aurelia-polyfills": "npm:[email protected]",
"babel": "npm:[email protected]",
"babel-runtime": "npm:[email protected]",
"core-js": "npm:[email protected].0",
"core-js": "npm:[email protected].1",
"github:jspm/[email protected]": {
"assert": "npm:[email protected]"
},
Expand All @@ -23,7 +24,7 @@ System.config({
"path-browserify": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"process": "npm:[email protected].5"
"process": "npm:[email protected].6"
},
"github:jspm/[email protected]": {
"util": "npm:[email protected]"
Expand All @@ -37,11 +38,11 @@ System.config({
"process": "github:jspm/[email protected]",
"util": "npm:[email protected]"
},
"npm:[email protected]-rc.1.0.0": {
"aurelia-pal": "npm:[email protected]-rc.1.0.0"
"npm:[email protected]": {
"aurelia-pal": "npm:[email protected]"
},
"npm:[email protected]-rc.1.0.0": {
"aurelia-pal": "npm:[email protected]-rc.1.0.0"
"npm:[email protected]": {
"aurelia-pal": "npm:[email protected]"
},
"npm:[email protected]": {
"process": "github:jspm/[email protected]"
Expand All @@ -54,7 +55,7 @@ System.config({
"isarray": "npm:[email protected]",
"process": "github:jspm/[email protected]"
},
"npm:[email protected].0": {
"npm:[email protected].1": {
"fs": "github:jspm/[email protected]",
"path": "github:jspm/[email protected]",
"process": "github:jspm/[email protected]",
Expand All @@ -66,7 +67,7 @@ System.config({
"npm:[email protected]": {
"process": "github:jspm/[email protected]"
},
"npm:[email protected].5": {
"npm:[email protected].6": {
"assert": "github:jspm/[email protected]",
"fs": "github:jspm/[email protected]",
"vm": "github:jspm/[email protected]"
Expand Down

0 comments on commit ab10fae

Please sign in to comment.