mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-03 03:18:56 +02:00
Add vendor's bins to bin directory
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
vendor
|
vendor
|
||||||
mage.phar
|
mage.phar
|
||||||
|
bin
|
||||||
|
!bin/mage
|
||||||
|
|
||||||
# OS generated files # // GitHub Recommendation
|
# OS generated files # // GitHub Recommendation
|
||||||
######################
|
######################
|
||||||
|
|||||||
@@ -18,6 +18,9 @@
|
|||||||
"Command\\": ".mage/commands"
|
"Command\\": ".mage/commands"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"config": {
|
||||||
|
"bin-dir": "bin"
|
||||||
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
"bin/mage"
|
"bin/mage"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user