From: Geoff Kimball Date: Mon, 21 Mar 2016 21:05:23 +0000 (-0700) Subject: Add eyeglass exports to package.json X-Git-Tag: v2.0.0-rc.4^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc2d8030a95329c374d8b0e45bf72f7e4ac2a083;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Add eyeglass exports to package.json --- diff --git a/package.json b/package.json index 1b852c50..2126e8d0 100644 --- a/package.json +++ b/package.json @@ -48,5 +48,10 @@ "typeahead.js": "^0.11.1", "zeroclipboard": "^2.2.0" }, - "license": "MIT" + "license": "MIT", + "eyeglass": { + "name": "foundation-emails", + "sassDir": "scss", + "needs": "^0.8.0" + } }