Licence
ISC
Version
0.0.3
Deps
2
Vulns
0
Weekly
0
Strict version
Strictly enforce node version
Usage
npm install strict-version
Add require('strict-version'); to the start of your project.
Make sure you add the node version to your package.json
{
"engine-strict": true,
"engines": {
"node": "v4.1.1"
}
}
Note: Not compatible with semvar, currently just uses string comparison.