Comparing version 4.0.2 to 4.0.3
@@ -16,3 +16,5 @@ 'use strict'; | ||
var Dict = require('collections/dict.js'), | ||
ColSet = require('collections/set.js'), | ||
// ColSet = require('collections/set.js'), | ||
ColSet = Set, | ||
SortedArray = require('collections/sorted-array.js'); | ||
@@ -19,0 +21,0 @@ |
{ | ||
"name": "sam-ecs", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "A specialized entity component system", | ||
@@ -5,0 +5,0 @@ "main": "./dist/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
92994
2333