Skip to content

Commit

Permalink
Merge pull request #234 from lookfirst/patch-1
Browse files Browse the repository at this point in the history
Specify jspm dependencies for moment
  • Loading branch information
timrwood committed Sep 29, 2015
2 parents f6022ac + 9bf892e commit 2eeaed1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,15 @@
"grunt-contrib-uglify" : "0.9.1"
},
"jspm" : {
"main": "builds/moment-timezone-with-data"
"main": "builds/moment-timezone-with-data",
"dependencies": {
"moment": "~2.6.0"
},
"shim": {
"moment-timezone": {
"deps": ["moment"]
}
}
},
"scripts": {
"test": "grunt"
Expand Down

0 comments on commit 2eeaed1

Please sign in to comment.