0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-21 18:54:30 +01:00

Package grunt (#22396)

Remove docs files and Gruntfile from package managers
This commit is contained in:
Mark Otto 2017-04-10 21:12:24 -07:00 committed by GitHub
parent 2179cfb45f
commit eae1d38733
2 changed files with 1 additions and 2 deletions

View File

@ -25,6 +25,7 @@
"composer.json", "composer.json",
"CONTRIBUTING.md", "CONTRIBUTING.md",
"docs", "docs",
"Gruntfile.js",
"js/tests", "js/tests",
"test-infra" "test-infra"
], ],

View File

@ -88,10 +88,8 @@
}, },
"files": [ "files": [
"dist", "dist",
"grunt",
"js/**/*.js", "js/**/*.js",
"scss/**/*.scss", "scss/**/*.scss",
"Gruntfile.js",
"LICENSE" "LICENSE"
], ],
"jspm": { "jspm": {