resource-loader
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "resource-loader", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "./src/index.js", | ||
@@ -5,0 +5,0 @@ "description": "A generic asset loader, made with web games in mind.", |
@@ -239,2 +239,4 @@ var async = require('async'), | ||
obj[res.name] = res; | ||
return obj; | ||
} | ||
@@ -241,0 +243,0 @@ |
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
51842
1115