Comparing version 0.8.1 to 0.8.2
@@ -25,5 +25,7 @@ var fs = require('fs'); | ||
}; | ||
if( fs.existsSync( newFile ) ) | ||
self.ignite( 'Inflicter.addicts', require( newFile.substring( 0, newFile.length-3 ) ), fn ); | ||
else | ||
if( fs.existsSync( newFile ) ){ | ||
var component = require( newFile.substring( 0, newFile.length-3 ) ); | ||
if( !component.adequate || component.adequate() ) | ||
self.ignite( 'Inflicter.addicts', component, fn ); | ||
} else | ||
self.ignite( 'Inflicter.detracts', path.basename( newFile, '.js'), fn ); | ||
@@ -30,0 +32,0 @@ } ); |
{ | ||
"name": "harcon", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "Messaging/Service Bus for the harmonic convergence of node-based enterprise entities.", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
}, | ||
"_id": "harcon@0.8.1" | ||
"_id": "harcon@0.8.2" | ||
} |
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
414444
1572