]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Add package files whitelist
authorJeremy Thomas <bbxdesign@gmail.com>
Sat, 10 Sep 2016 20:17:27 +0000 (21:17 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 10 Sep 2016 20:17:27 +0000 (21:17 +0100)
package.json

index 3e3061a7860dd55170cbe1b2b8402641d2c75f00..160f22331e5983e2b0b88492996a0c86721d12e7 100644 (file)
     "clean": "rm -rf css",
     "pre-push": "npm run build && git add css && git commit --amend --no-edit",
     "start": "npm run build-sass -- --watch"
-  }
+  },
+  "files": [
+    "css",
+    "sass",
+    "bulma.sass"
+  ]
 }