diff options
| author | Chris Rebert <[email protected]> | 2015-05-02 10:48:33 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-05-02 10:48:44 -0700 |
| commit | 013205fd4f5ea0af9cee0baf8cb602bea7b3b11f (patch) | |
| tree | 11d2be6b78f0730260fe489af922b5b09e8bc8d1 /package.json | |
| parent | 45c798a47b307025094015a0c17693ba59a2e393 (diff) | |
| download | bootstrap-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.json | 3 |
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", |
