Skip to content

leftstick/vscode-npm-dependency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vscode-npm-dependency

vscode version

Update dependencies/devDependencies to latest version for specified package.json

Install

Launch VS Code Quick Open (cmd/ctrl + p), paste the following command, and press enter.

ext install npm-dependency

Configuration

Possible to change default registry, because sometimes you may have your own registry deployment.

{
    "npm.registry": "https://registry.npmjs.org/",
    "npm.updateStrategy": "LATEST" // what strategy you want to use to update your package.json
}

Change Log

2018-02-26

  1. new configuration of npm.updateStrategy, now it is possible to choose what strategy you preferred

LICENSE

GPL v3 License

About

Update dependencies/devDependencies for specific package.json

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors