Skip to content

Commit

Permalink
chore(amd): Switch to AMD for load time
Browse files Browse the repository at this point in the history
Improves load time
  • Loading branch information
plwalters committed Jul 1, 2015
1 parent 2149a77 commit 484ebdc
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-binding": "github:aurelia/binding@^0.7.0",
Expand Down

0 comments on commit 484ebdc

Please sign in to comment.