diff options
| author | Mark Otto <[email protected]> | 2016-07-30 10:44:19 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-07-30 10:44:19 -0700 |
| commit | 1efcbc81f29c084164e636f1655008cb376af765 (patch) | |
| tree | a03068f63c338ac82d004817b79e6e67cfb3aa8c /package.json | |
| parent | 7d2295ffaf3a2833f47c164539872de5d2f63b15 (diff) | |
| download | bootstrap-1efcbc81f29c084164e636f1655008cb376af765.tar.xz bootstrap-1efcbc81f29c084164e636f1655008cb376af765.zip | |
Fixes #20385
Recursive glob action
Diffstat (limited to 'package.json')
| -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" |
