Skip to content

Commit

Permalink
readme update for #98
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jun 25, 2017
1 parent 82d4779 commit e7fedce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ the target module. In general this tool does the following:

### Ignoring or skipping some modules

**note** [prerelease](https://github.com/npm/node-semver#functions)
versions like `1.2.0-alpha` are skipped by default. I believe `next-update` is
meant to upgrade to *stable* versions.

Some modules are hard to unit test, thus the automatic upgrades are not appropriate.
For example [benv](https://npmjs.org/package/benv) upgrade brings a new
[jsdom](https://npmjs.org/package/jsdom) version, which does not work on Node 0.12
Expand Down
4 changes: 4 additions & 0 deletions docs/use.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ the target module. In general this tool does the following:

## Ignoring or skipping some modules

**note** [prerelease](https://github.com/npm/node-semver#functions)
versions like `1.2.0-alpha` are skipped by default. I believe `next-update` is
meant to upgrade to *stable* versions.

Some modules are hard to unit test, thus the automatic upgrades are not appropriate.
For example [benv](https://npmjs.org/package/benv) upgrade brings a new
[jsdom](https://npmjs.org/package/jsdom) version, which does not work on Node 0.12
Expand Down

0 comments on commit e7fedce

Please sign in to comment.