Skip to content

NPM package that refuses to install if the NPM used to install it isn't the same version.

Notifications You must be signed in to change notification settings

hansl/npm-enforce-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM Enforce Version

Check a version of NPM is properly installed. Enforce a version of NPM on your dev or production environment.

How-to

Simply add this package to your dependencies at the version you want to enforce, e.g.

npm install --save [email protected]

If someone installs your package without having a version superior to the one specified, installation will fail.

About

NPM package that refuses to install if the NPM used to install it isn't the same version.

Resources

Stars

Watchers

Forks

Packages

No packages published