RSeidelsohn / license-checker-rseidelsohn

Extract NPM package licenses. Enhanced and updated fork of Dav Glass' original (but abandoned) license-checker.
https://www.npmjs.com/package/license-checker-rseidelsohn
Other
131 stars 34 forks source link

Release 4.2.2 #74

Closed RSeidelsohn closed 1 year ago

RSeidelsohn commented 1 year ago

fix: Fix relative path calculation

The first argument to path.relative has to be a path, not a full file path. Kudos to @denniseffing