]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Specify the files to include in the npm package. 15809/head
authorXhmikosR <xhmikosr@gmail.com>
Sat, 14 Feb 2015 12:36:50 +0000 (14:36 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 15 Feb 2015 09:43:36 +0000 (11:43 +0200)
package.json

index f4c9a33d3bb9ee5b54cb6bdc1c68a01055f9fdbd..30b75b71bed49fbeaf9a6d9990fc26726512298a 100644 (file)
   "engines": {
     "node": ">=0.10.1"
   },
+  "files": [
+    "dist",
+    "fonts",
+    "grunt/*.js",
+    "grunt/*.json",
+    "js/*.js",
+    "less/**/*.less",
+    "Gruntfile.js",
+    "LICENSE"
+  ],
   "jspm": {
     "main": "js/bootstrap",
     "directories": {