mongoose-auto-increment
Advanced tools
Comparing version 3.0.7 to 3.0.8
{ | ||
"name": "mongoose-auto-increment", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"description": "This plugin allows you to auto-increment any field on any mongoose schema that you wish.", | ||
@@ -19,3 +19,3 @@ "repository": { | ||
"mocha": "*", | ||
"mongoose": "<3.9" | ||
"mongoose": "~3.8.12" | ||
}, | ||
@@ -22,0 +22,0 @@ "keywords": [ |
23221