diff options
| author | XhmikosR <[email protected]> | 2019-07-23 13:04:48 +0300 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2019-07-23 14:23:50 +0200 |
| commit | 93c3be3e0e501d7eac237a6fa11aa4fa49b84dcf (patch) | |
| tree | afa091bc9447cfe37254310a96e9f4bcede750d1 | |
| parent | 233f3fb1ce766d73273276e59a75ccec08673573 (diff) | |
| download | bootstrap-93c3be3e0e501d7eac237a6fa11aa4fa49b84dcf.tar.xz bootstrap-93c3be3e0e501d7eac237a6fa11aa4fa49b84dcf.zip | |
package.json: ignore spec files.
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 0a9ebfe61..cfb004a1e 100644 --- a/package.json +++ b/package.json @@ -159,6 +159,7 @@ "files": [ "dist/{css,js}/*.{css,js,map}", "js/{src,dist}/**/*.{js,map}", + "!js/src/**/*.spec.js", "scss/**/*.scss" ], "jspm": { |
