Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Commit

Permalink
update dependencies and bumpt version to 1.0.0-beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenarchy committed Jul 7, 2015
1 parent f4107cb commit d901c84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongoose-authorize",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "Authorization (NOT authentication) plugin for mongoose",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -36,8 +36,8 @@
"should": "^7.0.1"
},
"dependencies": {
"async": "^1.2.1",
"lodash": "^3.9.3",
"async": "^1.3.0",
"lodash": "^3.10.0",
"mongoose": "^4.0.6"
},
"config": {
Expand Down

0 comments on commit d901c84

Please sign in to comment.