diff options
| author | Chris Rebert <[email protected]> | 2015-04-27 10:39:16 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-04-27 10:39:16 -0700 |
| commit | 23445e0cb256a464585b5002101aed814dfedd17 (patch) | |
| tree | a4c3ba6b23741f6fe50842fc2d595d7872899e6d /bower.json | |
| parent | cdb37dce3a85c07790e73b7e2c809860db6b0cad (diff) | |
| download | bootstrap-23445e0cb256a464585b5002101aed814dfedd17.tar.xz bootstrap-23445e0cb256a464585b5002101aed814dfedd17.zip | |
bower.json: set `moduleType` to `globals`
Per https://github.com/bower/bower.json-spec/commit/632ff90a2c857e9cb4a4236e8ddb069cc0716865#commitcomment-10914138
[ci skip]
Diffstat (limited to 'bower.json')
| -rw-r--r-- | bower.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bower.json b/bower.json index d89aa19cf..2b9bd26bd 100644 --- a/bower.json +++ b/bower.json @@ -13,6 +13,7 @@ "web" ], "homepage": "http://getbootstrap.com", + "moduleType": "globals", "main": [ "less/bootstrap.less", "dist/js/bootstrap.js" |
