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

Commit 4797144

Browse files
committed
[package] updated dependencies and version bump to 1.0.0-beta.12
1 parent d901c84 commit 4797144

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongoose-authorize",
3-
"version": "1.0.0-beta.11",
3+
"version": "1.0.0-beta.12",
44
"description": "Authorization (NOT authentication) plugin for mongoose",
55
"main": "index.js",
66
"scripts": {
@@ -32,13 +32,13 @@
3232
"coveralls": "^2.11.2",
3333
"mocha": "^2.2.5",
3434
"mocha-lcov-reporter": "0.0.2",
35-
"mongoose-erase": "^2.0.2",
36-
"should": "^7.0.1"
35+
"mongoose-erase": "^2.0.4",
36+
"should": "^7.0.2"
3737
},
3838
"dependencies": {
3939
"async": "^1.3.0",
4040
"lodash": "^3.10.0",
41-
"mongoose": "^4.0.6"
41+
"mongoose": "^4.0.7"
4242
},
4343
"config": {
4444
"blanket": {

0 commit comments

Comments
 (0)