NPM package
Hosted over at https://www.npmjs.com/package/@iver-wharf/wharf-collect-licenses
npm install --save-dev @iver-wharf/[email protected]
Changes (since v1.0.1)
-
BREAKING: Changed package to ES module to stay compatible with node-fetch. This drops support for usage by CommonJS modules. (#6)
If importing this package in a script file, a quick fix is to rename the file from
myscript.js
tomyscript.mjs
, and then runnode myscript.mjs
.