From 23445e0cb256a464585b5002101aed814dfedd17 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 27 Apr 2015 10:39:16 -0700 Subject: [PATCH] bower.json: set `moduleType` to `globals` Per https://github.com/bower/bower.json-spec/commit/632ff90a2c857e9cb4a4236e8ddb069cc0716865#commitcomment-10914138 [ci skip] --- bower.json | 1 + 1 file changed, 1 insertion(+) 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"