You've already forked MapsCreatr
mirror of
https://github.com/FullScreenShenanigans/MapsCreatr.git
synced 2026-04-28 12:59:43 -07:00
Removed now-unnecessary -a from ncu command
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user