Skip to content

Commit

Permalink
chore: update tool deps
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Aug 7, 2024
1 parent d415a05 commit 3b89bca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
],
"scripts": {
"bump": "npm version -m \"chore(release): bump to v%s\"",
"fmt": "npx -p prettier@2.x -- prettier -w '**/*.{html,js,md}'",
"lint": "npx -p typescript@4.x -- tsc -p ./jsconfig.json",
"fmt": "npx -p prettier@3.x -- prettier -w '**/*.{html,js,md}'",
"lint": "npx -p typescript@5.x -- tsc -p ./jsconfig.json",
"test": "node ./test.js"
},
"repository": {
Expand Down

0 comments on commit 3b89bca

Please sign in to comment.