diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-13 17:19:04 +0200 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-13 17:19:04 +0200 |
commit | e6e7312b1ea0e7b02d2b6c56d5fd14ea41232f80 (patch) | |
tree | 8ea6e3d21a604fcd9497a7446889b5c12e30a2a9 /composer.json | |
parent | 67c02a59944b098b79f1d36158a8a2fb91b60199 (diff) |
Revert back to root bindir
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/composer.json b/composer.json index a36a528b..71941da7 100644 --- a/composer.json +++ b/composer.json @@ -88,5 +88,8 @@ }, "bin" : [ "bin/prado-cli" - ] + ], + "config" : { + "bin-dir" : "bin" + } } |