From ddd70187f70775ef28f37114bc5affe703912407 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 27 Apr 2015 12:17:00 -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 285604db6f38..c1051d9e76ab 100644 --- a/bower.json +++ b/bower.json @@ -9,6 +9,7 @@ "Gleb Mazovetskiy" ], "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.", + "moduleType": "globals", "main": [ "assets/stylesheets/_bootstrap.scss", "assets/fonts/bootstrap/glyphicons-halflings-regular.eot",