Pārlūkot izejas kodu

update bower.json

Thomas Rabaix 11 gadi atpakaļ
vecāks
revīzija
42f78828da
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      bower.json

+ 2 - 2
bower.json

@@ -6,11 +6,11 @@
     ],
     "dependencies": {
         "bootstrap": "~3.1.0",
-        "jquery": "1.11.0"
+        "jquery": "~1.11.0"
     },
     "license": "MIT",
     "private": true,
     "ignore": [
-        "**/.*"
+        "*"
     ]
 }