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: v3.3.4~122^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=101cf6b1c077d4eb76dddf978d2a6f1a04cf6815;p=thirdparty%2Fbootstrap.git Specify the files to include in the npm package. --- diff --git a/package.json b/package.json index f4c9a33d3b..30b75b71be 100644 --- a/package.json +++ b/package.json @@ -64,6 +64,16 @@ "engines": { "node": ">=0.10.1" }, + "files": [ + "dist", + "fonts", + "grunt/*.js", + "grunt/*.json", + "js/*.js", + "less/**/*.less", + "Gruntfile.js", + "LICENSE" + ], "jspm": { "main": "js/bootstrap", "directories": {