Comparing version 0.6.0 to 0.6.1
@@ -56,8 +56,4 @@ 'use strict'; | ||
finally { | ||
if (!isolate) { | ||
return; | ||
} | ||
// If we are in isolated mode, clear what we loaded from the require's cache | ||
_.each(_.difference(_.keys(require.cache), cacheKeys), function(key) { | ||
_.each(isolate ? _.difference(_.keys(require.cache), cacheKeys) : [], function(key) { | ||
delete require.cache[key]; | ||
@@ -64,0 +60,0 @@ }, this); |
{ | ||
"name": "r42", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Dependency injection done right.", | ||
@@ -5,0 +5,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
33118
8
557