From: Chris Rebert Date: Mon, 27 Apr 2015 17:39:16 +0000 (-0700) Subject: bower.json: set `moduleType` to `globals` X-Git-Tag: v3.3.5~79^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23445e0cb256a464585b5002101aed814dfedd17;p=thirdparty%2Fbootstrap.git bower.json: set `moduleType` to `globals` Per https://github.com/bower/bower.json-spec/commit/632ff90a2c857e9cb4a4236e8ddb069cc0716865#commitcomment-10914138 [ci skip] --- diff --git a/bower.json b/bower.json index d89aa19cfc..2b9bd26bd0 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"