Skip to content

Commit

Permalink
Update mongoose dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
asabhaney committed Aug 7, 2018
1 parent b818660 commit fa32d66
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 58 deletions.
108 changes: 56 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mother/socket.io-adapter-mongo",
"version": "0.0.3",
"version": "0.0.4",
"description": "socket.io adapter for MongoDB",
"license": "MIT",
"repository": {
Expand All @@ -24,17 +24,17 @@
},
"dependencies": {
"debug": "~3.1.0",
"mongoose": "5.1.3",
"mongoose": "^5.1.3",
"notepack.io": "2.1.3",
"socket.io-adapter": "~1.1.1",
"uid2": "0.0.3"
},
"devDependencies": {
"expect.js": "0.3.1",
"expect.js": "~0.3.1",
"mocha": "~3.4.2",
"mockgoose": "7.3.3",
"socket.io": "2.1.0",
"socket.io-client": "2.1.0"
"mockgoose": "~7.3.3",
"socket.io": "~2.1.0",
"socket.io-client": "~2.1.0"
},
"bugs": {
"url": "https://github.com/mother/socket.io-adapter-mongo/issues"
Expand Down

0 comments on commit fa32d66

Please sign in to comment.