Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 396 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 396 Bytes

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.