Removed now-unnecessary -a from ncu command

This commit is contained in:
Josh Goldberg
2019-04-07 18:10:03 -04:00
parent 2c79050eae
commit dc58729fa7
+1 -1
View File
@@ -53,7 +53,7 @@
"docs": "npm run docs:typedoc",
"docs:typedoc": "typedoc src/ --exclude **/*.d.ts --ignoreCompilerErrors --out docs/generated",
"init": "npm install && npm run setup && npm run verify",
"ncu": "ncu -a -u",
"ncu": "ncu -u",
"setup": "npm run setup:dirs && npm run setup:copy && npm run setup:package && npm run setup:readme",
"setup:copy": "npm run setup:copy:default",
"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",