-
Notifications
You must be signed in to change notification settings - Fork 23
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
Enhancement/update dependencies #130
Conversation
@@ -80,7 +81,7 @@ modulus.runCommand = function (command, args, authRequired) { | |||
modulus.io.print('Welcome to ' + 'Modulus'.magenta); | |||
|
|||
var diff = require('update-notifier')({ | |||
packagePath: path.resolve(__dirname, '..', 'package.json') |
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.
replaced path
with json
...?
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.
Via update-notifier
's documentation.
👍 assuming your tests all worked |
Test cases
** I'm not sure if the results that |
78b7b2c
to
b05015a
Compare
👍 |
fstream-ignore
update-notifier
Removes
node@v6
installation warningCloses #120