Pārlūkot izejas kodu

Update bootstrap bower version to support only 3.x variants

Kartik Visweswaran 9 gadi atpakaļ
vecāks
revīzija
040a27011b
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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"
     ]
-}
+}