Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 57904e9

Browse files
author
Josh Goldberg
committed
Removed now-unnecessary -a from ncu command
1 parent cb8a746 commit 57904e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"docs": "npm run docs:typedoc",
5151
"docs:typedoc": "typedoc src/ --exclude **/*.d.ts --ignoreCompilerErrors --out docs/generated",
5252
"init": "npm install && npm run setup && npm run verify",
53-
"ncu": "ncu -a -u",
53+
"ncu": "ncu -u",
5454
"setup": "npm run setup:dirs && npm run setup:copy && npm run setup:package && npm run setup:readme",
5555
"setup:copy": "npm run setup:copy:default",
5656
"setup:copy:default": "run-for-every-file --dot --src \"node_modules/shenanigans-manager/setup/default/\" --file \"**/*\" --run \"mustache package.json {{src-file}} {{file}}\" --dest \".\" --only-files",

0 commit comments

Comments
 (0)