Skip to content

conorhastings/version-upgrade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Version Upgrade

Your node version is stored all over the place, .nvmrc .node_version, circle.yml etc... Instead of going through every file, just pass a list of files here (or default to the current directory) and the node version will be upgraded for you. package.json is updated automatically and there is no need to pass it as an argument.

Install

npm install -g version-upgrade

Use

version-upgrade --files=.nvmrc,.node-version --version=4.0.0

About

don't manually go through all of the different places your node version is stored, let this do it for you!

Resources

License

Stars

Watchers

Forks

Packages

No packages published