Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2015-05-02 20:48:33 +0300
committerChris Rebert <code@rebertia.com>2015-05-02 20:48:44 +0300
commit013205fd4f5ea0af9cee0baf8cb602bea7b3b11f (patch)
tree11d2be6b78f0730260fe489af922b5b09e8bc8d1 /package.json
parent45c798a47b307025094015a0c17693ba59a2e393 (diff)
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 2379ed6dd8..ec0036f668 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",