Skip to content

Commit

Permalink
Merge pull request #5 from PWKad/patch-1
Browse files Browse the repository at this point in the history
chore(amd): Switch to AMD for load time
  • Loading branch information
EisenbergEffect committed Jul 1, 2015
2 parents 12c99c8 + 1308bdf commit 5c06b07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
},
"jspm": {
"main": "index",
"format": "register",
"format": "amd",
"directories": {
"lib": "dist/system"
"lib": "dist/amd"
},
"dependencies": {
"aurelia-dependency-injection": "github:aurelia/dependency-injection@^0.8.1",
Expand Down

0 comments on commit 5c06b07

Please sign in to comment.