Convert Scratch .sb files (for Scratch 1) to Scratch 2 (.sb2) in JS.
Find a file
dependabot[bot] 10421bd2f0
chore(deps): bump lodash from 4.17.11 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-16 14:45:32 +00:00
.github initialize dot files derived from scratch-vm 2018-12-05 13:58:36 -05:00
src fix(json-generator): fix issue with blocks referencing stage 2019-01-31 16:26:36 -05:00
test test: add initial test suite 2018-12-26 16:30:26 -05:00
.babelrc decode and preview individual fields in .sb files 2018-12-10 12:49:15 -05:00
.editorconfig initialize dot files derived from scratch-vm 2018-12-05 13:58:36 -05:00
.eslintignore initialize dot files derived from scratch-vm 2018-12-05 13:58:36 -05:00
.eslintrc.js initialize dot files derived from scratch-vm 2018-12-05 13:58:36 -05:00
.gitattributes initialize dot files derived from scratch-vm 2018-12-05 13:58:36 -05:00
.gitignore initialize with .gitignore derived from scratch-vm 2018-12-04 15:36:38 -05:00
.jsdoc.json initialize dot files derived from scratch-vm 2018-12-05 13:58:36 -05:00
.npmignore fix: set playground/main.js as main entry point 2018-12-19 20:22:33 -05:00
.travis.yml ci(semver): change deploy provider to script to run semantic-release 2018-12-20 11:37:55 -05:00
commitlint.config.js ci(travis and semver): configure travis build and semantic release 2018-12-19 16:06:57 -05:00
index.js fix: remove src/index.js exports maintenance burden 2018-12-20 12:43:08 -05:00
LICENSE Update LICENSE 2018-12-13 14:02:12 -05:00
package-lock.json chore(deps): bump lodash from 4.17.11 to 4.17.19 2020-07-16 14:45:32 +00:00
package.json chore: update jsdoc 2019-05-24 13:13:10 -04:00
README.md initialize dot files derived from scratch-vm 2018-12-05 13:58:36 -05:00
TRADEMARK add LICENSE and TRADEMARK 2018-12-04 15:44:40 -05:00
webpack.config.js fix: set playground/main.js as main entry point 2018-12-19 20:22:33 -05:00

scratch-sb1-converter