diff options
| author | XhmikosR <[email protected]> | 2018-08-02 09:25:40 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-08-02 09:40:02 +0300 |
| commit | 5570f1c16151923dec43e7132a4554e1014b657b (patch) | |
| tree | ae326dc8dab6cb1dac2fe371dd179cce14636056 | |
| parent | 0b5a8d9c981ae70153cdd64b250a3d9e53014422 (diff) | |
| download | bootstrap-5570f1c16151923dec43e7132a4554e1014b657b.tar.xz bootstrap-5570f1c16151923dec43e7132a4554e1014b657b.zip | |
package.json: be more explicit with the files we include.
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 3c3c93a5a..542343c9c 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": [ { |
