cspotcode / tsimportlib

MIT License
11 stars 4 forks source link

MIT LICENSE added #5

Closed kbzowski closed 1 year ago

cspotcode commented 1 year ago

Should also be added to package.json and bundled in the npmjs package?

Similar to the license and files fields here? https://github.com/cspotcode/outdent/blob/main/package.json

SnowMarble commented 1 year ago

I think we only need to fill license field. LICENSE file is automatically included. https://docs.npmjs.com/cli/v6/configuring-npm/package-json#files

You should specify a license for your package so that people know how they are permitted to use it, and any restrictions you're placing on it.

kbzowski commented 1 year ago

For completeness, a license field was added to package.json

kbzowski commented 1 year ago

@cspotcode I think you can merge it now.

kbzowski commented 1 year ago

+1 :)