Przeglądaj źródła

update bower.json

Thomas Rabaix 11 lat temu
rodzic
commit
42f78828da
1 zmienionych plików z 2 dodań i 2 usunięć
  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": [
-        "**/.*"
+        "*"
     ]
 }