hapi-mongo-models
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -18,7 +18,2 @@ var Path = require('path'); | ||
Hoek.assert( | ||
model.prototype instanceof BaseModel.constructor, | ||
'Model [' + key + '] must be extended from BaseModel.' | ||
); | ||
models[key] = model; | ||
@@ -25,0 +20,0 @@ server.expose(key, model); |
{ | ||
"name": "hapi-mongo-models", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "MongoDB object models for hapi applications", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
85145
1550