From: XhmikosR Date: Thu, 2 Aug 2018 06:25:40 +0000 (+0300) Subject: package.json: be more explicit with the files we include. X-Git-Tag: v4.2.0~388 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5570f1c16151923dec43e7132a4554e1014b657b;p=thirdparty%2Fbootstrap.git package.json: be more explicit with the files we include. --- diff --git a/package.json b/package.json index 3c3c93a5a2..542343c9ce 100644 --- a/package.json +++ b/package.json @@ -146,9 +146,9 @@ "node": ">=6" }, "files": [ - "dist/", - "js/{src,dist}/", - "scss/" + "dist/{css,js}/*.{css,js,map}", + "js/{src,dist}/*.{js,map}", + "scss/**/*.scss" ], "bundlesize": [ {