Skip to content

Commit

Permalink
fix(jspm): fix jspm config. resolve #10
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyGrant committed Jul 9, 2015
1 parent ecb6d02 commit 5ece2e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
"format": "amd",
"directories": {
"lib": "dist/amd"
},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",
"babel-runtime": "npm:babel-runtime@^5.1.13",
"core-js": "npm:core-js@^0.9.4"
}
},
"devDependencies": {
Expand Down

0 comments on commit 5ece2e3

Please sign in to comment.