-
Notifications
You must be signed in to change notification settings - Fork 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
Apply latest nlm generator #36
Conversation
package.json
Outdated
@@ -2,12 +2,16 @@ | |||
"name": "shared-store", | |||
"version": "2.2.1", | |||
"description": "Keeping config data in sync", | |||
"license": "BSD-3-Clause", | |||
"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.
This seems wrong..?
.travis.yml
Outdated
'on': | ||
branch: master | ||
node: '4' | ||
- git config --global user.email "[email protected]" |
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.
For gofer
these lines are gone - do we know why they stuck around here?
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.
Looking back, the generator update only removed their presence in default config etc, and did not handle their removal. I've been removing them manually as I've come across them.
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.
Ah, interesting. Not sure if it's worth adding to the generator. Hopefully there aren't that many still around (and it's not like they hurt anything).
Nice catches @jkrems . Ready for another look 👍 |
This PR was created by a machine.
nlm
is a tool for automating the release of node packages. There are some notable implications of usingnlm
:nlm
can parse them.Additionally some standard dependency versions were enforced:
bluebird@^3.3.3
lodash@^4.6.1
/cc @groupon/itier