Skip to content

Commit

Permalink
Minor corrections, touch #456.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulDalek committed Jul 4, 2024
1 parent 187a84c commit 4469481
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -38,7 +38,7 @@
"node-tests": "node ./tests/node/node_test_runner.js",
"node-tests-single": "node ./tests/node/node_test_runner_single.js",
"unit:test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"prepare": "husky install || true"
"prepare": "husky || true"
},
"dependencies": {
"colors": "1.4.0",
Expand All @@ -55,7 +55,7 @@
"puppeteer": "^22.12.1",
"tarn": "^3.0.2",
"uuid": "^10.0.0",
"ws": "^8.17.1",
"ws": "^8.18.0",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down

0 comments on commit 4469481

Please sign in to comment.