-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
v0.7.0: update hubot-stackstorm to 0.12.0 #175
Conversation
@@ -21,7 +21,7 @@ | |||
"hubot-scripts": "^2.17.2", | |||
"hubot-slack": "^4.5.5", | |||
"hubot-spark": "git+https://github.com/tonybaloney/hubot-spark.git#c440504", | |||
"hubot-stackstorm": "^0.11.3", | |||
"hubot-stackstorm": "^0.12.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.
You need to also update the npm-shrinkwrap.json lock file so the new version will be really installed.
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.
The documentation on how to do that properly is here: #104
Pinned the issue again as it's not the first time it's missed.
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. Hopefully it works.
5eb0c19
to
e67c342
Compare
e67c342
to
7b4b8ee
Compare
Why did npm add this weird file dep? who knows. Just delete it and see if that fixes things.
OK. Build is passing after cleaning up the shrinkwrap file manually in 223f6db - It was somehow picking up a |
The new hubot-stackstorm release includes StackStorm/hubot-stackstorm#214