Skip to content

v2.0.0 wharf-collect-licenses-js

Latest
Compare
Choose a tag to compare
@applejag applejag released this 07 Feb 12:50
· 12 commits to master since this release
18bed53

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 to myscript.mjs, and then run node myscript.mjs.