ghost-express-route-request-validator
Advanced tools
Comparing version 1.0.4 to 1.0.5
const Promise = require('bluebird'); | ||
const CustomValidators = require('./customValidators'); | ||
const GhostValidators = require('./ghostValidators'); | ||
class GhostExpressAbstractRouteRequestValidator { | ||
constructor () { | ||
this.CustomValidators = CustomValidators; | ||
constructor (validators) { | ||
this.GhostValidators = GhostValidators; | ||
} | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "ghost-express-route-request-validator", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "extension of express-validator", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
3964
88