4 lines
103 B
Fish
4 lines
103 B
Fish
function nup --wraps='npm update' --description 'alias nup=npm update'
|
|
npm update $argv
|
|
|
|
end
|