diff options
| author | Mark Otto <[email protected]> | 2016-08-01 20:19:14 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-08-01 20:19:14 -0700 |
| commit | 37910f581c0dac79c44c34cd081be7b7d46453a1 (patch) | |
| tree | a03068f63c338ac82d004817b79e6e67cfb3aa8c | |
| parent | 7d2295ffaf3a2833f47c164539872de5d2f63b15 (diff) | |
| parent | 1efcbc81f29c084164e636f1655008cb376af765 (diff) | |
| download | bootstrap-37910f581c0dac79c44c34cd081be7b7d46453a1.tar.xz bootstrap-37910f581c0dac79c44c34cd081be7b7d46453a1.zip | |
Merge pull request #20418 from twbs/v4-js-glob
v4: Fix npm JS directory
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index dbfbcbe7e..3fc7ce1da 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "files": [ "dist", "grunt", - "js/*.js", + "js/**/*.js", "scss/**/*.scss", "Gruntfile.js", "LICENSE" |
