2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

package.json: be more explicit with the files we include.

This commit is contained in:
XhmikosR
2018-08-02 09:25:40 +03:00
parent 0b5a8d9c98
commit 5570f1c161
+3 -3
View File
@@ -146,9 +146,9 @@
"node": ">=6" "node": ">=6"
}, },
"files": [ "files": [
"dist/", "dist/{css,js}/*.{css,js,map}",
"js/{src,dist}/", "js/{src,dist}/*.{js,map}",
"scss/" "scss/**/*.scss"
], ],
"bundlesize": [ "bundlesize": [
{ {