aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-07-30 10:44:19 -0700
committerGitHub <[email protected]>2016-07-30 10:44:19 -0700
commit1efcbc81f29c084164e636f1655008cb376af765 (patch)
treea03068f63c338ac82d004817b79e6e67cfb3aa8c
parent7d2295ffaf3a2833f47c164539872de5d2f63b15 (diff)
downloadbootstrap-1efcbc81f29c084164e636f1655008cb376af765.tar.xz
bootstrap-1efcbc81f29c084164e636f1655008cb376af765.zip
Fixes #20385
Recursive glob action
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index dbfbcbe7e..3fc7ce1da 100644
--- a/package.json
+++ b/package.json
@@ -81,7 +81,7 @@
"files": [
"dist",
"grunt",
- "js/*.js",
+ "js/**/*.js",
"scss/**/*.scss",
"Gruntfile.js",
"LICENSE"