From: Glen Date: Wed, 24 Feb 2016 18:10:11 +0000 (+0200) Subject: Add JSPM config X-Git-Tag: v6.2.0~22^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8233%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add JSPM config --- diff --git a/package.json b/package.json index 856bbdb1b..669fc6ae2 100644 --- a/package.json +++ b/package.json @@ -83,5 +83,13 @@ "name": "foundation", "sassDir": "scss", "needs": "^0.8.0" + }, + "jspm": { + "format": "global", + "shim": { + "dist/foundation": { + "deps": ["jquery"] + } + } } }