Browse Source

Update bootstrap dependencies

Kartik Visweswaran 7 năm trước cách đây
mục cha
commit
8f5553ab93
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      bower.json
  2. 1 1
      package.json

+ 1 - 1
bower.json

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

+ 1 - 1
package.json

@@ -33,7 +33,7 @@
     "style": "./css/fileinput.css",
     "style": "./css/fileinput.css",
     "peerDependencies": {
     "peerDependencies": {
         "jquery": ">= 1.9.0",
         "jquery": ">= 1.9.0",
-        "bootstrap": "~3"
+        "bootstrap": ">= 3.0.0"
     },
     },
     "license": "BSD-3-Clause"
     "license": "BSD-3-Clause"
 }
 }