소스 검색

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": [
-        "**/.*"
+        "*"
     ]
 }