From: XhmikosR Date: Sat, 14 Feb 2015 12:36:50 +0000 (+0200) Subject: Specify the files to include in the npm package. X-Git-Tag: v4.0.0-alpha~365 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be9d1f436e9c47c1e911491d523fc62471ca741b;p=thirdparty%2Fbootstrap.git Specify the files to include in the npm package. --- diff --git a/package.json b/package.json index c79deb30d5..b89e6f309f 100644 --- a/package.json +++ b/package.json @@ -71,6 +71,15 @@ "engines": { "node": "~0.10.1" }, + "files": [ + "dist", + "grunt/*.js", + "grunt/*.json", + "js/*.js", + "scss/**/*.scss", + "Gruntfile.js", + "LICENSE" + ], "jspm": { "main": "js/bootstrap", "directories": {