Skip to content

Commit 4a54ae5

Browse files
committed
0.0.12
1 parent 0a61107 commit 4a54ae5

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.11",
4+
"version": "0.0.12",
55
"homepage": "https://github.com/bnoguchi/mongoose-auth/",
66
"repository": {
77
"type": "git",
@@ -13,7 +13,7 @@
1313
"lib": "."
1414
},
1515
"dependencies": {
16-
"bcrypt":">=0.5.0",
16+
"bcrypt": ">=0.5.0",
1717
"mongoose": ">=2.4.8",
1818
"everyauth": ">=0.2.28",
1919
"mongoose-types": ">=1.0.3"
@@ -30,4 +30,4 @@
3030
"engines": {
3131
"node": ">=0.4.0"
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)