]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Specify the files to include in the npm package.
authorXhmikosR <xhmikosr@gmail.com>
Sat, 14 Feb 2015 12:36:50 +0000 (14:36 +0200)
committerChris Rebert <code@rebertia.com>
Tue, 17 Feb 2015 05:36:41 +0000 (21:36 -0800)
package.json

index c79deb30d5425aa7e6810b3cb28b949022404490..b89e6f309fa3ccd56910de0af2430ca3304cdd21 100644 (file)
   "engines": {
     "node": "~0.10.1"
   },
+  "files": [
+    "dist",
+    "grunt/*.js",
+    "grunt/*.json",
+    "js/*.js",
+    "scss/**/*.scss",
+    "Gruntfile.js",
+    "LICENSE"
+  ],
   "jspm": {
     "main": "js/bootstrap",
     "directories": {