hapi-route-manager
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -24,3 +24,3 @@ var walk = require("walk"), | ||
} catch(e) { | ||
throw e; | ||
console.log(e); | ||
} | ||
@@ -58,4 +58,2 @@ | ||
versions[route].push(routeObject); | ||
} else { | ||
console.log(fileStats.name + ' is not a valid route name' ); | ||
} | ||
@@ -62,0 +60,0 @@ |
{ | ||
"name": "hapi-route-manager", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "(Under Development) Yet another route manager for versioned HAPI REST APIs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3976
78