Comparing version 1.1.2 to 1.2.0
@@ -1,6 +0,2 @@ | ||
if (typeof exports === "object") { | ||
if (typeof module === "object" && module.exports === exports) | ||
module.exports = Lexer; | ||
else exports.Lexer = Lexer; | ||
} | ||
if (typeof module === "object" && typeof module.exports === "object") module.exports = Lexer; | ||
@@ -7,0 +3,0 @@ Lexer.defunct = function (char) { |
{ | ||
"name": "lex", | ||
"description": "An elegant armor-plated JavaScript lexer modelled after flex. Easily extensible to tailor to your need for perfection.", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"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
8282
97