Comparing version 0.1.0 to 0.1.1
@@ -53,3 +53,3 @@ /** | ||
if (blocks.length <= 1) { | ||
if (blocks.length <= 1 && !blocks[0].name) { | ||
return blocks[0].body; | ||
@@ -89,3 +89,3 @@ } | ||
Object.defineProperty(decypher, 'version', { | ||
value: '0.1.0' | ||
value: '0.1.1' | ||
}); | ||
@@ -92,0 +92,0 @@ |
{ | ||
"name": "decypher", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Yesql-like cypher query loader for node.js", | ||
@@ -5,0 +5,0 @@ "main": "decypher.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
5496