aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZlatan Vasović <[email protected]>2014-03-01 22:07:33 +0100
committerZlatan Vasović <[email protected]>2014-03-01 22:07:33 +0100
commit269dae0cc8402ffb577cde7828a107cfafbd69d5 (patch)
tree4acd9cbb7dac0b488b321f89cc34c647b7cac756
parentd0bf4f4b630a85f1217bad20fbf22872d3bac1fc (diff)
downloadbootstrap-269dae0cc8402ffb577cde7828a107cfafbd69d5.tar.xz
bootstrap-269dae0cc8402ffb577cde7828a107cfafbd69d5.zip
Remove ./ from bower.json paths
-rw-r--r--bower.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/bower.json b/bower.json
index 6599ce768..2940416f8 100644
--- a/bower.json
+++ b/bower.json
@@ -5,12 +5,12 @@
"css"
],
"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": [
"**/.*",