1.0.1 • Published 6 years ago

check-ver v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

CheckVer

A small utility to check that the installed version of a dependency is compatible with the one defined in the package.json You can use this to fail and prompt the user to update the dependencies.

Getting Started

npm install check-ver --save-dev
yarn add check-ver

Prerequisites

What things you need to install the software and how to install them

Give examples

Installing

var checkVer = require('check-ver');
checkVer.validateVersions('webpack', 'Please update your dependencies');

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Nicolas Laplumen - Initial work - nlaplume

License

This project is licensed under the MIT License - see the LICENSE.md file for details

1.0.1

6 years ago

1.0.0

6 years ago