From: Mark Otto Date: Fri, 7 Mar 2014 09:27:56 +0000 (-0800) Subject: Merge pull request #12891 from ZDroid/bower-json-paths X-Git-Tag: v3.2.0~426 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f148427de6d35a06e225deeee0b162b11955232;p=thirdparty%2Fbootstrap.git Merge pull request #12891 from ZDroid/bower-json-paths Remove ./ from bower.json paths --- 1f148427de6d35a06e225deeee0b162b11955232 diff --cc bower.json index 05ff702abe,2940416f8b..d0f895465f --- a/bower.json +++ b/bower.json @@@ -2,22 -2,15 +2,22 @@@ "name": "bootstrap", "version": "3.1.1", "keywords": [ - "css" + "css", + "js", + "less", + "mobile-first", + "responsive", + "front-end", + "framework", + "web" ], "main": [ - "./dist/css/bootstrap.css", - "./dist/js/bootstrap.js", - "./dist/fonts/glyphicons-halflings-regular.eot", - "./dist/fonts/glyphicons-halflings-regular.svg", - "./dist/fonts/glyphicons-halflings-regular.ttf", - "./dist/fonts/glyphicons-halflings-regular.woff" + "dist/css/bootstrap.css", + "dist/js/bootstrap.js", + "dist/fonts/glyphicons-halflings-regular.eot", + "dist/fonts/glyphicons-halflings-regular.svg", + "dist/fonts/glyphicons-halflings-regular.ttf", + "dist/fonts/glyphicons-halflings-regular.woff" ], "ignore": [ "**/.*",