loader-cache
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -39,4 +39,4 @@ /*! | ||
function Loaders() { | ||
this.cache = {}; | ||
function Loaders(cache) { | ||
this.cache = cache || {}; | ||
} | ||
@@ -43,0 +43,0 @@ |
{ | ||
"name": "loader-cache", | ||
"description": "Register loader functions that dynamically read, parse or otherwise transform file contents when the name of the loader matches a file extension. You can also compose loaders from other loaders.", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"homepage": "https://github.com/jonschlinkert/loader-cache", | ||
@@ -6,0 +6,0 @@ "author": { |
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
42036