From: John Haugeland Date: Fri, 16 Jan 2015 23:21:27 +0000 (-0800) Subject: without a main, the package doesn't expose contents, breaking bundlers like browserif... X-Git-Tag: v5.5.1~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6200%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git without a main, the package doesn't expose contents, breaking bundlers like browserify and webpack --- diff --git a/package.json b/package.json index 864b35ff0..a1ed61432 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "zurb-foundation", "version": "5.5.0", + "main": "js/foundation/foundation.js", "devDependencies": { "assemble": "~0.4.37", "grunt": "~0.4.4",