uetchy / create-create-app

⚡️ Create your own `create-something` app.
MIT License
97 stars 24 forks source link

feat: allow to choose UNLICENSED as license #25

Closed takahashim closed 4 years ago

takahashim commented 4 years ago

In package.json, when your package is private, you can use {"license":"UNLICENSED"} https://docs.npmjs.com/files/package.json#license

fix #22

uetchy commented 4 years ago

Merged🚀 Thank you @takahashim!