-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
maintenance: remove lockfile #73
base: master
Are you sure you want to change the base?
Conversation
@@ -27,7 +27,7 @@ | |||
"dependencies": { | |||
"debug": "^4.1.1", | |||
"pg-format": "^1.0.4", | |||
"typed-emitter": "^0.1.0" | |||
"typed-emitter": "^1.0.0" |
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.
There were no breaking changes in versions 0.2.0 and 1.0.0.
Hey @castarco this project seems to be abandoned. Have you considered asking the author to let you manage it? |
Hi @xgalen , I didn't think about it. I have severe ADHD and I could burn out quickly being the sole maintainer of a package used by so many people. I see myself helping only if it keeps being a group endeavour. |
1ccc1bf
to
4b2706b
Compare
Signed-off-by: Andres Correa Casablanca <[email protected]>
4b2706b
to
9df7ad6
Compare
In this MR, I fix two aspects of the
pg-listen
package:package-lock.json
file from being tracked by git. Lockfiles make sense for applications, but can be dangerous for libraries: