From: Jeremy Thomas Date: Sat, 10 Sep 2016 20:17:27 +0000 (+0100) Subject: Add package files whitelist X-Git-Tag: 0.2.1~14^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=895202e48fda81caa816fc912915cb21c6777782;p=thirdparty%2Fbulma.git Add package files whitelist --- diff --git a/package.json b/package.json index 3e3061a78..160f22331 100644 --- a/package.json +++ b/package.json @@ -33,5 +33,10 @@ "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" + ] }