]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
component.json -> bower.json; adjust jquery to >=1.8.0 <2.1.0 8525/head
authorChris Rebert <code@rebertia.com>
Fri, 19 Jul 2013 05:57:59 +0000 (22:57 -0700)
committerChris Rebert <code@rebertia.com>
Fri, 19 Jul 2013 05:57:59 +0000 (22:57 -0700)
bower.json [moved from component.json with 83% similarity]

similarity index 83%
rename from component.json
rename to bower.json
index 02396f656278201606171eb0e11d0527fee70530..1fea879908147e0d084f65f134b87af452185c95 100644 (file)
@@ -3,6 +3,6 @@
   "version": "2.3.2",
   "main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"],
   "dependencies": {
-    "jquery": "~1.8.0"
+    "jquery": ">=1.8.0 <2.1.0"
   }
 }
\ No newline at end of file