Comparing version 1.0.0 to 1.0.1
@@ -29,3 +29,3 @@ if (typeof exports === "object") exports.Lexer = Lexer; | ||
if (typeof start !== "array") start = [0]; | ||
if (Object.prototype.toString.call(start) !== "[object Array]") start = [0]; | ||
@@ -32,0 +32,0 @@ rules.push({ |
{ | ||
"name": "lex", | ||
"description": "An elegant armor-plated JavaScript lexer modelled after flex. Easily extensible to tailor to your need for perfection.", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"keywords": ["lexer"], | ||
@@ -6,0 +6,0 @@ "author": "Aadit M Shah (http://aaditmshah.github.com/) <aaditmshah@myopera.com>", |
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
8266