simple-reload
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -8,7 +8,5 @@ (function() { | ||
Object.defineProperty(require.cache, module.id, { | ||
get: function() { | ||
return void 0; | ||
} | ||
}); | ||
if (require.cache[module.id]) { | ||
delete require.cache[module.id]; | ||
} | ||
@@ -15,0 +13,0 @@ recursiveDelete = function(children) { |
{ | ||
"name": "simple-reload", | ||
"description": "deletes a package from cache and reloads it - zero dependencies", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"homepage": "https://github.com/paulpflug/", | ||
@@ -6,0 +6,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
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
3612
44