Skip to content

Commit

Permalink
add ncu
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Jan 2, 2024
1 parent 22fb993 commit 3ede2b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"scripts": {
"prettier": "prettier --write test/*.js",
"test": "mocha",
"update": "bash -c ./update.sh"
"update": "ncu -ui && bash -c ./update.sh"
},
"release-it": {
"hooks": {
Expand All @@ -42,6 +42,7 @@
},
"devDependencies": {
"mocha": "^10.2.0",
"npm-check-updates": "^16.14.12",
"prettier": "^3.1.1"
}
}

0 comments on commit 3ede2b8

Please sign in to comment.