0.0.4 • Published 7 years ago

walnut v0.0.4

Weekly downloads
6
License
-
Repository
github
Last release
7 years ago

Walnut.js

Walnut is a simple script that checks npm package dependencies in package.json against npmjs.org and gives a warning if the current version of a dependency is not consistent with the version specified in the package.json.

Example

const walnut = require('walnut');

walnut.check(require('./package'));

// knox package version is 0.8.2 latest is 0.8.3

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

12 years ago

0.0.1

12 years ago