Skip to content

Commit

Permalink
🐙 adding in notes about package support an bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcblw committed Jun 5, 2016
1 parent c513302 commit 3171bb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ thats it :D

$ npm-remove-outdated && npm install

> Note: that right now this explicitly uses `npm-shrinkwrap.json` files to check dependencies.
This package can work with either a `npm-shrinkwrap.json` file or a `package.json` file. When using *shrinkwrap* the version check is an explicit `===` to the version in the package file. When no *shrinkwrap* is found the *package.json* is used. Then the version checking is based off of [semver](https://www.npmjs.com/package/semver)'s satisfies method.

### Development

This is a fairly new package and has not been battle tested yet, finding bugs, please contribute back or open an issue.
npm i
npm test

If you contribute plz run `npm test` before making a PR.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-remove-outdated",
"version": "0.0.1",
"version": "1.0.0",
"description": "This is a utility that you can run before npm install to remove outdated dependencies in your node_modules file.",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 3171bb6

Please sign in to comment.