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

Commit

Permalink
fix(project): add config
Browse files Browse the repository at this point in the history
  • Loading branch information
RWOverdijk committed Mar 8, 2017
1 parent f4f3715 commit cafbc32
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ System.config({


map: { map: {
"aurelia-bootstrapper": "npm:aurelia-bootstrapper@1.0.0", "aurelia-bootstrapper": "npm:aurelia-bootstrapper@1.0.0",
"aurelia-config": "npm:aurelia-config@0.1.1",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0", "aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0",
"aurelia-form": "npm:aurelia-form@0.3.0", "aurelia-form": "npm:aurelia-form@0.3.0",
"aurelia-framework": "npm:aurelia-framework@1.0.5", "aurelia-framework": "npm:aurelia-framework@1.0.5",
Expand Down Expand Up @@ -59,6 +60,13 @@ System.config({
"aurelia-templating-resources": "npm:aurelia-templating-resources@1.0.0", "aurelia-templating-resources": "npm:aurelia-templating-resources@1.0.0",
"aurelia-templating-router": "npm:aurelia-templating-router@1.0.0" "aurelia-templating-router": "npm:aurelia-templating-router@1.0.0"
}, },
"npm:aurelia-config@0.1.1": {
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0",
"aurelia-framework": "npm:aurelia-framework@1.0.5",
"aurelia-loader": "npm:aurelia-loader@1.0.0",
"aurelia-logging": "npm:aurelia-logging@1.0.0",
"homefront": "npm:homefront@1.3.3"
},
"npm:aurelia-dependency-injection@1.0.0": { "npm:aurelia-dependency-injection@1.0.0": {
"aurelia-metadata": "npm:aurelia-metadata@1.0.0", "aurelia-metadata": "npm:aurelia-metadata@1.0.0",
"aurelia-pal": "npm:aurelia-pal@1.0.0" "aurelia-pal": "npm:aurelia-pal@1.0.0"
Expand Down Expand Up @@ -193,6 +201,9 @@ System.config({
"isarray": "npm:isarray@1.0.0", "isarray": "npm:isarray@1.0.0",
"process": "github:jspm/nodelibs-process@0.1.2" "process": "github:jspm/nodelibs-process@0.1.2"
}, },
"npm:homefront@1.3.3": {
"extend": "npm:extend@3.0.0"
},
"npm:inherits@2.0.1": { "npm:inherits@2.0.1": {
"util": "github:jspm/nodelibs-util@0.1.0" "util": "github:jspm/nodelibs-util@0.1.0"
}, },
Expand Down

0 comments on commit cafbc32

Please sign in to comment.