Skip to content

Commit

Permalink
Add dependency update script
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Jan 13, 2024
1 parent 19dc594 commit 04d8640
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -22,7 +22,8 @@
"lint": "eslint . --ext .ts && prettier --check --log-level warn \"**/*.{json,md,ts}\"",
"lint:fix": "eslint . --ext .ts --fix && prettier --write --log-level silent \"**/*.{json,md,ts}\"",
"prettier": "prettier --write \"{lib,test}/**/*.{js,ts}\" index.ts",
"prepublishOnly": "npm run build:release"
"prepublishOnly": "npm run build:release",
"update:dependencies": "npx npm-check-updates -u"
},
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 04d8640

Please sign in to comment.