From: Rocco Curcio Date: Thu, 24 Mar 2016 20:42:47 +0000 (+0100) Subject: Eyeglass: add `eyeglass-module` keyword and avoid exporting anything X-Git-Tag: v6.2.4-rc1~35^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8461%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Eyeglass: add `eyeglass-module` keyword and avoid exporting anything --- diff --git a/package.json b/package.json index 2c92e16ad..5d4ca0ebf 100644 --- a/package.json +++ b/package.json @@ -83,13 +83,15 @@ "email": "foundation@zurb.com" }, "keywords": [ + "eyeglass-module", "handlebars-helper-rel", "handlebars-helper-slugify" ], "eyeglass": { "name": "foundation", "sassDir": "scss", - "needs": "^0.8.0" + "needs": "^0.8.0", + "exports": false }, "jspm": { "format": "global",