From: Geoff Kimball Date: Fri, 8 Jan 2016 01:18:25 +0000 (-0800) Subject: Add Eyeglass module support, closes #7650 X-Git-Tag: v6.2.0-rc.1~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25e917732e92ea226c61ba4642e982649edea6cb;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add Eyeglass module support, closes #7650 --- diff --git a/package.json b/package.json index 7edbace60..98b108818 100644 --- a/package.json +++ b/package.json @@ -78,5 +78,10 @@ "keywords": [ "handlebars-helper-rel", "handlebars-helper-slugify" - ] + ], + "eyeglass": { + "name": "foundation", + "sassDir": "scss", + "needs": "^0.8.0" + } }