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

[package.json] Custom License #456

Merged
merged 3 commits into from Jan 18, 2021
Merged

[package.json] Custom License #456

merged 3 commits into from Jan 18, 2021

Conversation

stushurik
Copy link
Contributor

@stushurik stushurik commented Jan 17, 2021

@stushurik stushurik requested a review from curran January 17, 2021 09:56
@stushurik stushurik changed the title [package.json] Custom License [WIP][package.json] Custom License Jan 17, 2021
@stushurik stushurik changed the title [WIP][package.json] Custom License [package.json] Custom License Jan 17, 2021
Copy link
Collaborator

@curran curran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@@ -49,7 +49,8 @@
"vizhub-database": "1",
"vizhub-entities": "1",
"vizhub-presenters": "1",
"prettier": "2.2.1"
"prettier": "2.2.1",
"spdx-to-html": "1.0.0"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a solid package.

const EMPTY_PKG_JSON = {
dependencies: {},
vizhub: {},
license: 'MIT',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice elegant way to default to MIT.

@curran curran merged commit 8a323b3 into master Jan 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[package.json] Custom License
2 participants