Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Update dependencies. #20

Closed
wants to merge 3 commits into from
Closed

Update dependencies. #20

wants to merge 3 commits into from

Conversation

ericelliott
Copy link
Contributor

This updates all dependencies except Express.

All tests pass. Monitor and web UI work.

@iloire
Copy link
Owner

iloire commented Feb 23, 2015

Thanks for the PR but the tests are not passing!
https://travis-ci.org/iloire/WatchMen/jobs/51284207

@@ -24,15 +24,15 @@
],
"license": "MIT",
"dependencies": {
"ejs": "1.0.x",
"ejs": "^2.2.4",
"express": "2.5.x",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer if we go for x-ranges matching major and minor versions (in this case "ejs": 2.2.x)

@ericelliott
Copy link
Contributor Author

Any idea why the build failed, but my tests are passing?

@ericelliott
Copy link
Contributor Author

Nevermind, I see the build output in the link. =)

@ericelliott
Copy link
Contributor Author

That's weird. The build seems to have worked this time, but the Travis integration is still showing a failed build.

What's up with that?

@ericelliott
Copy link
Contributor Author

Looks to me like the build is passing now, regardless of what GitHub seems to think. =)

I'll open a new PR when it's fixed.

@ericelliott
Copy link
Contributor Author

Don't merge yet. Tests are passing, but it doesn't seem to actually be working...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants