streamich / unionfs

Use multiple fs modules at once
https://www.npmjs.com/package/unionfs
The Unlicense
209 stars 24 forks source link

chore: add license to package.json #768

Open smackfu opened 1 year ago

smackfu commented 1 year ago

Closes #461

This PR adds the license key to the package.json https://docs.npmjs.com/cli/v9/configuring-npm/package-json#license

The "Unlicense" value is from the SPDX license list: https://spdx.org/licenses/

Adding the license to the package.json improves support for automated license checkers that only have access to the package.json.