ecmarkdown
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -302,9 +302,5 @@ module.exports = (function() { | ||
s2 = peg$parseatom(); | ||
if (s2 !== peg$FAILED) { | ||
while (s2 !== peg$FAILED) { | ||
s1.push(s2); | ||
s2 = peg$parseatom(); | ||
} | ||
} else { | ||
s1 = peg$c1; | ||
while (s2 !== peg$FAILED) { | ||
s1.push(s2); | ||
s2 = peg$parseatom(); | ||
} | ||
@@ -311,0 +307,0 @@ if (s1 !== peg$FAILED) { |
{ | ||
"name": "ecmarkdown", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A compiler for \"Ecmarkdown\" algorithm shorthand into HTML.", | ||
@@ -5,0 +5,0 @@ "main": "lib/ecmarkdown.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
48202
1360