diff options
-rw-r--r-- | package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json index 5de52c0..351f8e4 100644 --- a/package.json +++ b/package.json @@ -59,5 +59,10 @@ }, "scripts": { "test": "grunt" + }, + "jspm": { + "main": "handlebars", + "directories": { "lib": "dist/amd" }, + "buildConfig": { "minify": true } } } |