浏览代码

update bower.json

Thomas Rabaix 11 年之前
父节点
当前提交
42f78828da
共有 1 个文件被更改,包括 2 次插入2 次删除
  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": [
-        "**/.*"
+        "*"
     ]
 }