bookshelf-modelbase
Advanced tools
Comparing version 2.6.2 to 2.6.3
@@ -10,5 +10,7 @@ var extend = require('xtend') | ||
var bookshelfModel = bookshelf.Model | ||
var model = bookshelf.Model.extend({ | ||
constructor: function () { | ||
bookshelf.Model.apply(this, arguments) | ||
bookshelfModel.apply(this, arguments) | ||
@@ -15,0 +17,0 @@ if (this.validate) { |
{ | ||
"name": "bookshelf-modelbase", | ||
"version": "2.6.2", | ||
"version": "2.6.3", | ||
"description": "Extensible ModelBase for bookshelf-based model layers", | ||
@@ -5,0 +5,0 @@ "main": "./lib", |
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
17845
322