-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to support mongoose extended properties
- Loading branch information
Lee Powell
committed
Jun 12, 2015
1 parent
34e7571
commit 2ca749c
Showing
4 changed files
with
272 additions
and
280 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "mongoose-validator", | ||
"description": "Validators for mongoose models utilising validator.js", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"author": { | ||
"name": "Lee Powell", | ||
"email": "[email protected]" | ||
|
@@ -30,15 +30,20 @@ | |
{ | ||
"name": "Eric Saboia", | ||
"url": "https://github.com/ericsaboia" | ||
}, | ||
{ | ||
"name": "Rob Rodriguez", | ||
"url": "https://github.com/rodriguise" | ||
} | ||
], | ||
"dependencies": { | ||
"underscore": "^1.8.3", | ||
"validator": "^3.18.0" | ||
}, | ||
"devDependencies": { | ||
"mongoose": "^4.0.5", | ||
"mocha": "^2.2.5", | ||
"should": "^3.3.1" | ||
"should": "^6.0.3" | ||
}, | ||
"keywords": [ | ||
"mongoose", | ||
|
Oops, something went wrong.