Browse Source

Merge pull request #644 from davidstritzl/master

Allow more recent jQuery versions in bower.json
Emanuele 7 years ago
parent
commit
e60005f66c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bower.json

+ 1 - 1
bower.json

@@ -17,6 +17,6 @@
   ],
   ],
   "dependencies": {
   "dependencies": {
     "bootstrap": ">=2.3.2",
     "bootstrap": ">=2.3.2",
-    "jquery": "~1.9.0"
+    "jquery": ">=1.9.0"
   }
   }
 }
 }