Skip to content

Commit

Permalink
jspm compatibility
Browse files Browse the repository at this point in the history
This will enable compatibilty with jspm as soon as #855 has been addressed.
  • Loading branch information
MajorBreakfast committed Sep 2, 2014
1 parent 8aa2a34 commit f3f5944
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 @@ -58,5 +58,10 @@
},
"scripts": {
"test": "grunt"
},
"jspm": {
"main": "handlebars",
"directories": { "lib": "lib" },
"buildConfig": { "transpile": true, "minify": true }
}
}

0 comments on commit f3f5944

Please sign in to comment.