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

Commit

Permalink
[package] update deps and bump version to 1.0.0-beta.13
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenarchy committed Jul 23, 2015
1 parent 4797144 commit a097508
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.12",
"version": "1.0.0-beta.13",
"description": "Authorization (NOT authentication) plugin for mongoose",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,16 +29,16 @@
"devDependencies": {
"bcrypt": "^0.8.3",
"blanket": "1.1.7",
"coveralls": "^2.11.2",
"coveralls": "^2.11.3",
"mocha": "^2.2.5",
"mocha-lcov-reporter": "0.0.2",
"mongoose-erase": "^2.0.4",
"mongoose-erase": "^2.0.5",
"should": "^7.0.2"
},
"dependencies": {
"async": "^1.3.0",
"async": "^1.4.0",
"lodash": "^3.10.0",
"mongoose": "^4.0.7"
"mongoose": "^4.0.8"
},
"config": {
"blanket": {
Expand Down

0 comments on commit a097508

Please sign in to comment.