1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-19 11:51:23 +02:00

Merge pull request #20418 from twbs/v4-js-glob

v4: Fix npm JS directory
This commit is contained in:
Mark Otto
2016-08-01 20:19:14 -07:00
committed by GitHub

View File

@@ -81,7 +81,7 @@
"files": [ "files": [
"dist", "dist",
"grunt", "grunt",
"js/*.js", "js/**/*.js",
"scss/**/*.scss", "scss/**/*.scss",
"Gruntfile.js", "Gruntfile.js",
"LICENSE" "LICENSE"