Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use UNLICENSED for private projects #45

Open
hassankhan opened this issue Nov 19, 2018 · 2 comments
Open

Use UNLICENSED for private projects #45

hassankhan opened this issue Nov 19, 2018 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@hassankhan
Copy link
Contributor

Description

What is the use case that should be solved?

Private projects currently remove the license property from package.json. This causes Yarn/NPM to throw warnings.

We should fix this by using UNLICENSED instead.

Similar or dependent issues:

Additional Data

Version of generator-nodejs-ts you're using: v1.11.0

Node Version: 8.11

Operating System: macOS 10.13

@hassankhan hassankhan added the enhancement New feature or request label Nov 19, 2018
@fetis
Copy link

fetis commented Mar 14, 2019

it's a wrong type of license https://spdx.org/licenses/Unlicense.html
it should be custom or something else

@hassankhan
Copy link
Contributor Author

Hi @fetis, the Unlicense link you posted is separate to the value of UNLICENSED that NPM uses for private packages. See here for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

3 participants