Skip to content

Commit

Permalink
docs: Add info to README
Browse files Browse the repository at this point in the history
Point out that version 1 works with Node v12 whereas from version 2 on,
Node v14 is required.
  • Loading branch information
Roman Seidelsohn committed Oct 12, 2021
1 parent a0160cd commit 2fce52d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ _This is a fork of davglass' [license-checker v.25.0.1](https://github.com/davgl

_I changed the original `exclude` argument to `excludeLicenses` in order to prevent confusion and better align it with the `excludePackages` argument. Also, the argument `includeLicenses` has been added for listing only packages that include the licenses listed._

**Please notice:** Version 1.2.2 is the last version working fine on node v12. From Version 2 on, you will need at least Node v14 to run this NPM license checker. Thanks to @daniel-schulz for pointing this out!

Ever needed to see all the license info for a module and its dependencies?

It's this easy:
Expand Down

0 comments on commit 2fce52d

Please sign in to comment.