Comparing version 3.0.0 to 3.1.0
@@ -8,3 +8,4 @@ 'use strict'; | ||
'Entity': require('./Entity.js').Entity, | ||
'Processor': require('./Processor.js').Processor | ||
'Processor': require('./Processor.js').Processor, | ||
'Family': require('./Family.js') | ||
}; |
{ | ||
"name": "sam-ecs", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"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
48668
1202