1.0.3 • Published 9 years ago

assert-node-version v1.0.3

Weekly downloads
8,579
License
MIT
Repository
github
Last release
9 years ago

assert-node-version

A module to assert the current node version against the one in the package.json or .nvmrc file.

API

// directory can be a directory which is used to lookup the node version
// `process.cwd()` is used as default directory
// The method throws an error if the version isn't satisfied
require('assert-node-version')([directory])