Skip to content

Commit

Permalink
fix(mongo): Patch mongo connect version
Browse files Browse the repository at this point in the history
  • Loading branch information
timkinnane committed Dec 6, 2017
1 parent dab953e commit 5e70546
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"hubot-pretend": "^1.2.0",
"mocha": "^2.1.0",
"mockery": "^1.4.0",
"nubot-mongodb-brain": "^0.0.0",
"nubot-connect-mongo": "^0.1.0",
"nyc": "^11.2.1",
"semantic-release": "^8.0.3",
"sinon": "~1.17.0",
Expand Down
2 changes: 1 addition & 1 deletion test/brain_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ describe('Brain', function () {
})
beforeEach(function () {
this.clock.restore() // mongoose requires timestamps
this.storage = require('nubot-mongodb-brain')(this.mockRobot)
this.storage = require('nubot-connect-mongo')(this.mockRobot)
})
it('emits connection event', function (done) {
this.brain.once('loaded', () => done())
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3040,9 +3040,9 @@ npmconf@^2.1.2:
gauge "~2.7.3"
set-blocking "~2.0.0"

nubot-mongodb-brain@^0.0.0:
version "0.0.0"
resolved "https://registry.yarnpkg.com/nubot-mongodb-brain/-/nubot-mongodb-brain-0.0.0.tgz#284b31db75ef2dd76e45beaeb53e0e75674e1d13"
nubot-connect-mongo@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/nubot-connect-mongo/-/nubot-connect-mongo-0.1.0.tgz#230d13485f44b2905d77ae6b745f8b81e9a6cb4d"
dependencies:
lodash "^4.17.4"
mongoose "^4.13.4"
Expand Down

0 comments on commit 5e70546

Please sign in to comment.