Skip to content

Commit 143250c

Browse files
committed
Removed version number from ncu in npm target.
1 parent 5ebdf71 commit 143250c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"lint": "npm run lint --workspaces --if-present",
2525
"prettier-check": "npx prettier@2 --check \"packages/**/*.ts\"",
2626
"prettier-fix": "npx prettier@2 --write \"packages/**/*.ts\"",
27-
"ncu": "npm exec --workspaces -- npx npm-check-updates@12",
28-
"ncu-update": "npm exec --workspaces -- npx npm-check-updates@12 -u",
27+
"ncu": "npm exec --workspaces -- npx npm-check-updates",
28+
"ncu-update": "npm exec --workspaces -- npx npm-check-updates -u",
2929
"publish-prerelease": "./bin/version.js prerelease",
3030
"publish-patch": "./bin/version.js patch",
3131
"publish-minor": "./bin/version.js minor",

0 commit comments

Comments
 (0)