node-red-viseo-helper
Advanced tools
Comparing version 0.2.0-alpha.1 to 0.2.0-alpha.2
@@ -15,3 +15,3 @@ const extend = require('extend'); | ||
config.server.host = process.env.HOST || config.server.host; | ||
} catch() { | ||
} catch(e) { | ||
console.log("no project config file found"); | ||
@@ -18,0 +18,0 @@ } |
{ | ||
"name" : "node-red-viseo-helper", | ||
"version" : "0.2.0-alpha.1", | ||
"version" : "0.2.0-alpha.2", | ||
"description" : "Utility libarary for Node-RED", | ||
@@ -5,0 +5,0 @@ "dependencies" : { |
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
22946