From 60124dc380eedbb169bfdfc86651defff14d8a8c Mon Sep 17 00:00:00 2001 From: Rocco Curcio Date: Thu, 24 Mar 2016 21:42:47 +0100 Subject: [PATCH] Eyeglass: add `eyeglass-module` keyword and avoid exporting anything --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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", -- 2.47.2