diff options
| author | Chris Rebert <[email protected]> | 2014-03-28 11:42:04 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-03-28 11:42:04 -0700 |
| commit | d178a9581be35ff9a5f7eda9e06e5431802f6005 (patch) | |
| tree | 338dae53b5894e510da9204a8032a1af1da7093c /package.json | |
| parent | 44d32ed776e9c6c8a27e4f108b9f3cd7c87160dd (diff) | |
| parent | b5ae8f9722c0f4a5493e5fb81a53b6dd19d6fdd6 (diff) | |
| download | bootstrap-d178a9581be35ff9a5f7eda9e06e5431802f6005.tar.xz bootstrap-d178a9581be35ff9a5f7eda9e06e5431802f6005.zip | |
Merge pull request #13047 from twbs/fix-customizer
Fix customizer (see #13043)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index f11a63334..afae79aa1 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "devDependencies": { "btoa": "~1.1.1", "canonical-json": "~0.0.4", + "glob": "^3.2.9", "grunt": "~0.4.4", "grunt-autoprefixer": "~0.7.2", "grunt-banner": "~0.2.2", |
