Skip to content

Commit bee08c6

Browse files
committed
Updated dependencies. Version bump to v0.0.6.
1 parent 1c640bd commit bee08c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose-auth",
33
"description": "User authentication plugin for mongoose node.js orm",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"homepage": "https://github.com/bnoguchi/mongoose-auth/",
66
"repository": {
77
"type": "git",
@@ -14,8 +14,8 @@
1414
},
1515
"dependencies": {
1616
"bcrypt":">=0.2.0",
17-
"mongoose": ">=1.2.0",
18-
"everyauth": ">=0.0.9",
17+
"mongoose": ">=1.3.0",
18+
"everyauth": ">=0.1.3",
1919
"mongoose-types": ">=1.0.3"
2020
},
2121
"engines": {

0 commit comments

Comments
 (0)