From: Stephen Rees-Carter Date: Fri, 14 Dec 2012 05:33:07 +0000 (+1100) Subject: Removing "target-dir" option to stop extra nesting X-Git-Tag: v3.0.0-rc1~836^2~22^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6267%2Fhead;p=thirdparty%2Fbootstrap.git 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/ --- 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" }