UNPKG

scratch-sb1-converter

Version:

Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0

15 lines (14 loc) 286 B
module.exports = { extends: 'scratch-semantic-release-config', branches: [ { name: 'develop' // default channel }, { name: 'hotfix/*', channel: 'hotfix', prerelease: 'hotfix' } ] };