From: Charlie Wagner Date: Sat, 27 Feb 2016 02:36:00 +0000 (-0500) Subject: Include all grunt requires files in npm package X-Git-Tag: v4.0.0-alpha.3~191^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=258098125283e74a7728ab0d2526e53b8ea359be;p=thirdparty%2Fbootstrap.git Include all grunt requires files in npm package --- diff --git a/package.json b/package.json index 5266abf6bd..568f2a417b 100644 --- a/package.json +++ b/package.json @@ -70,8 +70,7 @@ }, "files": [ "dist", - "grunt/*.js", - "grunt/*.json", + "grunt", "js/*.js", "scss/**/*.scss", "Gruntfile.js",