Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2015-04-27 22:22:08 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2015-04-27 22:22:08 +0300
commit9eda0c73a1ca46eb9b81578e91496ee092cd2e6b (patch)
tree074c03a3529372b3e25ff57e270ec26e863ea986
parente62a79b1a7bfa4b12059638a47501b670deffa67 (diff)
parentddd70187f70775ef28f37114bc5affe703912407 (diff)
Merge pull request #897 from twbs/moduleType
bower.json: Set `moduleType` to `globals`
-rw-r--r--bower.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/bower.json b/bower.json
index 52f3f48d..f32c7f55 100644
--- a/bower.json
+++ b/bower.json
@@ -8,6 +8,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/javascripts/bootstrap.js"