Skip to content

Commit

Permalink
Switch to @turbowarp/scratchblocks again (#954)
Browse files Browse the repository at this point in the history
Switch to our fork. Right now it's just a tiny bit smaller, but we might
do a bit more later.
  • Loading branch information
GarboMuffin authored Aug 26, 2023
1 parent bac9645 commit 7f7cf4d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion development/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ class Builder {

const scratchblocksPath = pathUtil.join(
__dirname,
"../node_modules/scratchblocks/build/scratchblocks.min.js"
"../node_modules/@turbowarp/scratchblocks/build/scratchblocks.min.js"
);
build.files["/docs-internal/scratchblocks.js"] = new BuildFile(
scratchblocksPath
Expand Down
15 changes: 7 additions & 8 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
},
"homepage": "https://github.com/TurboWarp/extensions#readme",
"dependencies": {
"@turbowarp/scratchblocks": "^3.6.4",
"@turbowarp/types": "git+https://github.com/TurboWarp/types-tw.git#tw",
"adm-zip": "^0.5.10",
"chokidar": "^3.5.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"image-size": "^1.0.2",
"markdown-it": "^13.0.1",
"scratchblocks": "^3.6.2"
"markdown-it": "^13.0.1"
},
"devDependencies": {
"adm-zip": "^0.5.10",
"eslint": "^8.47.0",
"prettier": "^3.0.2"
},
Expand Down

0 comments on commit 7f7cf4d

Please sign in to comment.