diff options
| author | XhmikosR <[email protected]> | 2019-02-12 16:10:05 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-02-13 08:32:15 +0200 |
| commit | 10b97f6ed94168c749caa7b5f6a6e1504f4e0629 (patch) | |
| tree | f4ecebca895fa5dc17113adbe2c56047831de092 /package.json | |
| parent | 7bc4d2e0bc65151b6f60dccad50c9c8f50252bd6 (diff) | |
| download | bootstrap-10b97f6ed94168c749caa7b5f6a6e1504f4e0629.tar.xz bootstrap-10b97f6ed94168c749caa7b5f6a6e1504f4e0629.zip | |
Fix npm package contents
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 778b0777f..0749d2f50 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,7 @@ }, "files": [ "dist/{css,js}/*.{css,js,map}", - "js/{src,dist}/*.{js,map}", + "js/{src,dist}/**/**.{js,map}", "scss/**/*.scss" ], "bundlesize": [ |
