Browse Source

Update bootstrap bower version to support only 3.x variants

Kartik Visweswaran 9 years ago
parent
commit
040a27011b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      bower.json

+ 2 - 2
bower.json

@@ -25,7 +25,7 @@
     ],
     "dependencies": {
         "jquery": ">= 1.9.0",
-        "bootstrap": "~3.0"
+        "bootstrap": "~3"
     },
     "license": "BSD-3-Clause",
     "ignore": [
@@ -37,4 +37,4 @@
         "test",
         "tests"
     ]
-}
+}