diff options
| author | Stephen Rees-Carter <[email protected]> | 2012-12-14 16:33:07 +1100 |
|---|---|---|
| committer | Stephen Rees-Carter <[email protected]> | 2012-12-14 16:38:09 +1100 |
| commit | 2183ab63b7ea1894074d4306ddbbe9b82cbfc59a (patch) | |
| tree | 0b9e2bc3ceaa9488063b4fe52b4a111493d66be3 | |
| parent | bc0b94a3fdc8fe480c74f4494073e2c0addb265e (diff) | |
| download | bootstrap-2183ab63b7ea1894074d4306ddbbe9b82cbfc59a.tar.xz bootstrap-2183ab63b7ea1894074d4306ddbbe9b82cbfc59a.zip | |
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/
| -rw-r--r-- | composer.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 5ddf13636..abde63128 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" } |
