Bug Fixes
This release is small but important:
create-magento-app
had a typo inside package.json template forexec
command.magento-scripts
was replacing existingcomposer.json
file if it detected that magento is not installed. #6
Now it will not replacecomposer.json
but install missing dependencies for magento and setup composer repository torepo.magento.com
.