diff options
| author | Mark Otto <[email protected]> | 2017-04-10 21:12:24 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-10 21:12:24 -0700 |
| commit | eae1d3873365f8f6ffcf4bc167977cd41b206469 (patch) | |
| tree | e58f57192a148e18e7db1b2e2be5336a6cf367e1 | |
| parent | 2179cfb45f45cf9653713178c222a7ac63ede2aa (diff) | |
| download | bootstrap-eae1d3873365f8f6ffcf4bc167977cd41b206469.tar.xz bootstrap-eae1d3873365f8f6ffcf4bc167977cd41b206469.zip | |
Package grunt (#22396)
Remove docs files and Gruntfile from package managers
| -rw-r--r-- | bower.json | 1 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/bower.json b/bower.json index 510770926..cf339b7f1 100644 --- a/bower.json +++ b/bower.json @@ -25,6 +25,7 @@ "composer.json", "CONTRIBUTING.md", "docs", + "Gruntfile.js", "js/tests", "test-infra" ], diff --git a/package.json b/package.json index d11ffbf41..7d2f2d893 100644 --- a/package.json +++ b/package.json @@ -88,10 +88,8 @@ }, "files": [ "dist", - "grunt", "js/**/*.js", "scss/**/*.scss", - "Gruntfile.js", "LICENSE" ], "jspm": { |
