From: Chris Rebert Date: Fri, 19 Jul 2013 05:57:59 +0000 (-0700) Subject: component.json -> bower.json; adjust jquery to >=1.8.0 <2.1.0 X-Git-Tag: v2.3.2^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=790cb187f1188c619d282e76ca9b1b496fd1974d;p=thirdparty%2Fbootstrap.git component.json -> bower.json; adjust jquery to >=1.8.0 <2.1.0 --- diff --git a/component.json b/bower.json similarity index 83% rename from component.json rename to bower.json index 02396f6562..1fea879908 100644 --- a/component.json +++ b/bower.json @@ -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