arrow-objectmodel
Advanced tools
Comparing version 0.2.16 to 0.2.17
@@ -61,2 +61,4 @@ var _ = require('lodash'); | ||
supermodel: this.model._supermodel, | ||
plural: this.model.plural, | ||
singular: this.model.singular, | ||
description: this.model.description, | ||
@@ -63,0 +65,0 @@ fields: fields, |
{ | ||
"name": "arrow-objectmodel", | ||
"version": "0.2.16", | ||
"version": "0.2.17", | ||
"description": "The object model for Arrow", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -105,2 +105,4 @@ var should = require('should'), | ||
should(model.models.foo).have.property('actions'); | ||
should(model.models.foo).have.property('plural'); | ||
should(model.models.foo).have.property('singular'); | ||
should(model.models.foo.fields).have.property('readonly'); | ||
@@ -107,0 +109,0 @@ should(model.models.foo.fields.readonly).have.property('description','readonly'); |
Sorry, the diff of this file is not supported yet
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
21476
509