Add vendor's bins to bin directory

This commit is contained in:
Kuba Turek
2015-01-24 17:08:51 +01:00
parent 1cf7c56c39
commit dae179acad
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
vendor vendor
mage.phar mage.phar
bin
!bin/mage
# OS generated files # // GitHub Recommendation # OS generated files # // GitHub Recommendation
###################### ######################
+3
View File
@@ -18,6 +18,9 @@
"Command\\": ".mage/commands" "Command\\": ".mage/commands"
} }
}, },
"config": {
"bin-dir": "bin"
},
"bin": [ "bin": [
"bin/mage" "bin/mage"
] ]