-
Notifications
You must be signed in to change notification settings - Fork 23
Auto Dependency Updates ... #36
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
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.
1 change please
package.json
Outdated
@@ -5,20 +5,20 @@ | |||
"main": "index.js", | |||
"dependencies": { | |||
"concat-stream": "~1.6.0", | |||
"duplexer2": "~0.0.2", | |||
"escodegen": "~1.3.2", | |||
"duplexer2": "0.1.4", |
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.
Can you keep the ~
prefix for all versions? Otherwise people pulling this in won't be able to get patch updates automatically.
Done ... |
👍 maybe use https://greenkeeper.io/ for this one? |
@diasdavid or https://snyk.io/ too |
thanks! |
No description provided.