Skip to content

Commit

Permalink
Migrate from npm-check → npm-check-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Nov 27, 2023
1 parent 9f10ca7 commit 91887e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/npmfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ get-port-cli
gtop
local-web-server
npm
npm-check
npm-check-updates
prettier
release-it
pnpm
Expand Down
3 changes: 2 additions & 1 deletion system/.alias
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ alias cd.='cd $(readlink -f .)' # Go to real dir (i.e. if current dir is link
alias p="pnpm"
alias ni="npm install"
alias nu="npm uninstall"
alias ncd="npm-check -su"
alias ncu="npm-check-updates --interactive"
alias ncuw="npm-check-updates --interactive --root --workspaces"

# Network

Expand Down

0 comments on commit 91887e7

Please sign in to comment.