From f3f5944101d14ff091d116df04687510127759e1 Mon Sep 17 00:00:00 2001 From: MajorBreakfast Date: Tue, 2 Sep 2014 20:30:44 +0200 Subject: [PATCH] jspm compatibility This will enable compatibilty with jspm as soon as https://github.com/wycats/handlebars.js/issues/855 has been addressed. --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 6ed9a5526..57dfd5cc8 100644 --- a/package.json +++ b/package.json @@ -58,5 +58,10 @@ }, "scripts": { "test": "grunt" + }, + "jspm": { + "main": "handlebars", + "directories": { "lib": "lib" }, + "buildConfig": { "transpile": true, "minify": true } } }