Comparing version 0.0.3 to 0.0.4
@@ -120,3 +120,3 @@ "use strict"; | ||
function Thing(){ | ||
this._definitions = {}; | ||
Object.defineProperty(this, "_definitions", { enumerable: false, configurable: false, value: {} }); | ||
} | ||
@@ -123,0 +123,0 @@ |
{ | ||
"name": "nature", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Classify the things (models) in your world (app) and how they interact.", | ||
@@ -5,0 +5,0 @@ "main": "lib/nature.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
69758