]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Removing "target-dir" option to stop extra nesting 6267/head
authorStephen Rees-Carter <stephen@rees-carter.net>
Fri, 14 Dec 2012 05:33:07 +0000 (16:33 +1100)
committerStephen Rees-Carter <stephen@rees-carter.net>
Fri, 14 Dec 2012 05:38:09 +0000 (16:38 +1100)
There is no valid reason to set this since it causes extra nesting:
    ./vendor/twitter/bootstrap/twitter/bootstrap/

composer.json

index 5ddf13636061bcce801aa2abe37860891c9b186a..abde63128e6f09103539a591d4a6c4d625e75b3a 100644 (file)
@@ -5,6 +5,5 @@
   , "homepage": "http://twitter.github.com/bootstrap/"
   , "author": "Twitter Inc."
   , "license": "Apache-2.0"
-  , "target-dir": "twitter/bootstrap"
 
 }