aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-05-02 10:48:33 -0700
committerChris Rebert <[email protected]>2015-05-02 10:48:44 -0700
commit013205fd4f5ea0af9cee0baf8cb602bea7b3b11f (patch)
tree11d2be6b78f0730260fe489af922b5b09e8bc8d1 /package.json
parent45c798a47b307025094015a0c17693ba59a2e393 (diff)
downloadbootstrap-013205fd4f5ea0af9cee0baf8cb602bea7b3b11f.tar.xz
bootstrap-013205fd4f5ea0af9cee0baf8cb602bea7b3b11f.zip
Include entire /grunt/ folder in npm package; fixes #16400
[ci skip]
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index 2379ed6dd..ec0036f66 100644
--- a/package.json
+++ b/package.json
@@ -68,8 +68,7 @@
"files": [
"dist",
"fonts",
- "grunt/*.js",
- "grunt/*.json",
+ "grunt",
"js/*.js",
"less/**/*.less",
"Gruntfile.js",