From 895202e48fda81caa816fc912915cb21c6777782 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Sat, 10 Sep 2016 21:17:27 +0100 Subject: [PATCH] Add package files whitelist --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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" + ] } -- 2.47.3