Comparing version 0.2.0 to 0.2.1
@@ -6,3 +6,3 @@ "use strict"; | ||
_ = require("underscore"), | ||
PropertyDefinition = require("./propertyDefinition"), | ||
PropertyDefinition = require("./PropertyDefinition"), | ||
EventEmitter = require("events").EventEmitter; | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "nature", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Classify the things in your world and how they interact.", | ||
@@ -5,0 +5,0 @@ "main": "lib/nature.js", |
var assert = require("assert"), | ||
Definition = require("../lib/propertyDefinition"); | ||
Definition = require("../lib/PropertyDefinition"); | ||
@@ -4,0 +4,0 @@ describe("PropertyDefinition", function(){ |
var assert = require("assert"), | ||
_ = require("underscore"), | ||
Thing = require("../lib/thing"), | ||
PropertyDefinition = require("../lib/propertyDefinition"); | ||
Thing = require("../lib/Thing"), | ||
PropertyDefinition = require("../lib/PropertyDefinition"); | ||
@@ -6,0 +6,0 @@ it("should toArray()"); |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0