Skip to content

Commit

Permalink
fix(package): change jspm directories
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Feb 28, 2015
1 parent 2e19ee8 commit 176b06e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ System.config({

System.config({
"map": {
"aurelia-loader": "github:aurelia/loader@0.3.4",
"aurelia-metadata": "github:aurelia/metadata@0.3.2",
"aurelia-path": "github:aurelia/path@0.4.4",
"github:aurelia/loader@0.3.4": {
"aurelia-loader": "github:aurelia/loader@0.3.5",
"aurelia-metadata": "github:aurelia/metadata@0.3.3",
"aurelia-path": "github:aurelia/path@0.4.5",
"github:aurelia/loader@0.3.5": {
"aurelia-html-template-element": "github:aurelia/html-template-element@0.1.3",
"core-js": "npm:core-js@0.4.10",
"webcomponentsjs": "github:webcomponents/webcomponentsjs@0.5.5"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"url": "http://github.com/aurelia/loader-default"
},
"jspm": {
"main": "system/index",
"main": "index",
"format": "register",
"directories": {
"lib": "dist"
"lib": "dist/system"
},
"dependencies": {
"aurelia-loader": "github:aurelia/loader@^0.3.4",
"aurelia-metadata": "github:aurelia/metadata@^0.3.2",
"aurelia-path": "github:aurelia/path@^0.4.4"
"aurelia-loader": "github:aurelia/loader@^0.3.5",
"aurelia-metadata": "github:aurelia/metadata@^0.3.3",
"aurelia-path": "github:aurelia/path@^0.4.5"
}
},
"devDependencies": {
Expand Down

0 comments on commit 176b06e

Please sign in to comment.