This package has been deprecated

Author message:

No longer maintained

verify-engine

1.0.3 • Public • Published

verify-engine

Build Status devDependency Status devDependency Status

Verify-engine is a command line utility to ensure that your package is used only on supported engines.

NPM verifies packages' engine requirements when they are installed. However, NPM doesn't verify this for top level packages.

Installation

$ npm install verify-engine --save-dev

Usage

Specify your engine requirements in package.json

"engine": {
  "node": ">=1.0.0"
}
$ verify-engine
node version is incompatible with engine set in package.json. Found 0.12.4, expected >=1.0.0

/verify-engine/

    Package Sidebar

    Install

    npm i verify-engine

    Weekly Downloads

    0

    Version

    1.0.3

    License

    Apache-2.0

    Last publish

    Collaborators