Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rees-Carter <stephen@rees-carter.net>2012-12-14 09:33:07 +0400
committerStephen Rees-Carter <stephen@rees-carter.net>2012-12-14 09:38:09 +0400
commit2183ab63b7ea1894074d4306ddbbe9b82cbfc59a (patch)
tree0b9e2bc3ceaa9488063b4fe52b4a111493d66be3 /composer.json
parentbc0b94a3fdc8fe480c74f4494073e2c0addb265e (diff)
Removing "target-dir" option to stop extra nesting
There is no valid reason to set this since it causes extra nesting: ./vendor/twitter/bootstrap/twitter/bootstrap/
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 5ddf136360..abde63128e 100644
--- a/composer.json
+++ b/composer.json
@@ -5,6 +5,5 @@
, "homepage": "http://twitter.github.com/bootstrap/"
, "author": "Twitter Inc."
, "license": "Apache-2.0"
- , "target-dir": "twitter/bootstrap"
}