1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-05 13:17:32 +02:00

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/
This commit is contained in:
Stephen Rees-Carter
2012-12-14 16:33:07 +11:00
parent bc0b94a3fd
commit 2183ab63b7

View File

@@ -5,6 +5,5 @@
, "homepage": "http://twitter.github.com/bootstrap/" , "homepage": "http://twitter.github.com/bootstrap/"
, "author": "Twitter Inc." , "author": "Twitter Inc."
, "license": "Apache-2.0" , "license": "Apache-2.0"
, "target-dir": "twitter/bootstrap"
} }