mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-24 06:03:10 +02:00
package.json: be more explicit with the files we include.
This commit is contained in:
@@ -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": [
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user