-
Notifications
You must be signed in to change notification settings - Fork 1
Prepare to open source #7
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
Conversation
@@ -1 +0,0 @@ | |||
(c) Copyright 2017 Uphold, Inc. All rights reserved. |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing .npmignore
.
Ex.:
*
!src
!CHANGELOG.md
!LICENSE
!README.md
!package.json
!yarn.lock
9d25a79
to
9f78eaa
Compare
Added |
package.json
Outdated
@@ -2,7 +2,7 @@ | |||
"name": "@uphold/http-errors", | |||
"version": "1.1.0", | |||
"description": "Set of errors based on http-standard-error", | |||
"license": "SEE LICENSE IN LICENSE", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
9f78eaa
to
fe9d9e3
Compare
Change this project's licence from private to MIT and adapt accordingly.
This is in preparation to making this repository public and to publish this module on the NPM registry.
Should we add anything else we like to have on our own open source projects?