0.2.0 • Published 6 years ago

same-version v0.2.0

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

Version Check NPM version

Check if versions of two files match

Install

$ npm install --save same-version

Usage

The function requires two filepaths of the versions you would like to check.

Example:

var sameVersion = require('same-version');
sameVersion('./config.local.json', './config.json');

config.json:

{
  "version": "1.0.0",
}

Changelog

v0.1.0 - 2018-07-02

  • Initial release
0.2.0

6 years ago

0.1.0

6 years ago