From: Guy Bedford Date: Tue, 26 Nov 2013 19:46:38 +0000 (+0200) Subject: include jspm package.json config X-Git-Tag: 2.5.0^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d30bb7d76ca58ab16f0588d31705f0e9fb933bf;p=thirdparty%2Fmoment.git include jspm package.json config --- diff --git a/package.json b/package.json index f584bf3fe..7633c0b56 100644 --- a/package.json +++ b/package.json @@ -52,5 +52,11 @@ "test": "grunt" }, "ender": "./ender.js", - "dojoBuild": "package.js" + "dojoBuild": "package.js", + "jspm": { + "files": ["moment.js"], + "buildConfig": { + "uglify": true + } + } }