ecmarkdown
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -229,3 +229,3 @@ 'use strict'; | ||
for (const i = 0; i < this._lookahead.length; i++) { | ||
for (let i = 0; i < this._lookahead.length; i++) { | ||
this.queue.push(this._lookahead[i]); | ||
@@ -232,0 +232,0 @@ } |
{ | ||
"name": "ecmarkdown", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"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
25141