Skip to content

Commit

Permalink
Downgrade scratchblocks until scratchblocks/scratchblocks#488 is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Aug 17, 2023
1 parent 39b1103 commit 3a3afec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion development/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ class Builder {
build.files[`/${extensionId}.html`] = new DocsFile(path);
}

const scratchblocksPath = pathUtil.join(__dirname, '../node_modules/@turbowarp/scratchblocks/build/scratchblocks.min.js');
const scratchblocksPath = pathUtil.join(__dirname, '../node_modules/scratchblocks/build/scratchblocks.min.js');
build.files['/docs-internal/scratchblocks.js'] = new DiskFile(scratchblocksPath);

const extensionFiles = [];
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
},
"homepage": "https://github.com/TurboWarp/extensions#readme",
"dependencies": {
"@turbowarp/scratchblocks": "^3.6.3",
"@turbowarp/types": "git+https://github.com/TurboWarp/types-tw.git#tw",
"chokidar": "^3.5.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"image-size": "^1.0.2",
"markdown-it": "^13.0.1"
"markdown-it": "^13.0.1",
"scratchblocks": "^3.6.2"
},
"devDependencies": {
"eslint": "^8.47.0"
Expand Down

0 comments on commit 3a3afec

Please sign in to comment.