]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Merge pull request #12891 from ZDroid/bower-json-paths
authorMark Otto <markdotto@gmail.com>
Fri, 7 Mar 2014 09:27:56 +0000 (01:27 -0800)
committerMark Otto <markdotto@gmail.com>
Fri, 7 Mar 2014 09:27:56 +0000 (01:27 -0800)
Remove ./ from bower.json paths

1  2 
bower.json

diff --cc bower.json
index 05ff702abeaefc0d3f8c506cc046d9675435873f,2940416f8be145e992036f54b2bf77c6d5ff70d6..d0f895465f987751d66fc22dc654cb6e81133902
@@@ -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": [
      "**/.*",