Comparing version 3.0.4 to 3.0.5
@@ -72,3 +72,3 @@ "use strict"; | ||
*/ | ||
if (template.indexOf('.')) { | ||
if (template.indexOf('.') > -1) { | ||
process.emitWarning('DeprecationWarning', 'edge: dot "." based path seperators are depreciated. We recommend using "/" instead'); | ||
@@ -75,0 +75,0 @@ template = template.replace(/\./g, '/'); |
{ | ||
"name": "edge.js", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "Template engine", | ||
@@ -5,0 +5,0 @@ "main": "build/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
102559