0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

package.json: ignore spec files.

This commit is contained in:
XhmikosR 2019-07-23 13:04:48 +03:00 committed by Johann-S
parent 233f3fb1ce
commit 93c3be3e0e

View File

@ -159,6 +159,7 @@
"files": [
"dist/{css,js}/*.{css,js,map}",
"js/{src,dist}/**/*.{js,map}",
"!js/src/**/*.spec.js",
"scss/**/*.scss"
],
"jspm": {