0.0.2 • Published 10 years ago

package-json-lint v0.0.2

Weekly downloads
1
License
BSD-3-Clause
Repository
-
Last release
10 years ago

package.json lint tool

Installation

$ npm install package-json-lint

Usage

Provides a binary, that you should run from the directory of the package.json file. Optionally you can provide the path to the file as an argument.

packageJsonLint
packageJsonLint path/to/package.json

Checks:

Currently it makes sure that:

  • you don't reference relative versions.
  • you sort your dependencies and development dependencies alphabetically.
0.0.2

10 years ago

0.0.1

10 years ago