diff --git a/README.md b/README.md index 541dc3b..3509536 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # NPM License Checker -[![Build Status](https://www.travis-ci.org/rseidelsohn/license-checker-rseidelsohn.svg?branch=master)](https://www.travis-ci.org/rseidelsohn/license-checker-rseidelsohn) - _This is a fork of davglass' [license-checker v.25.0.1](https://github.com/davglass/license-checker/releases/tag/v25.0.1) - Since that code doesn't seem to be updated regularly, I created this fork for being able to adding new features and fixing bugs._ _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._