forked from aaditmshah/lexer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged Henry Smith's fix for aaditmshah#11. Thank you Henry.
- Loading branch information
Aadit M Shah
committed
Oct 4, 2014
1 parent
0081dea
commit 96f0d94
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "lexer", | ||
"main": "lexer.js", | ||
"version": "1.7.6", | ||
"version": "1.7.7", | ||
"homepage": "https://github.com/aaditmshah/lexer", | ||
"authors": [ | ||
"Aadit M Shah (http://aaditmshah.github.com/) <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "lex", | ||
"description": "An elegant armor-plated JavaScript lexer modelled after flex. Easily extensible to tailor to your need for perfection.", | ||
"version": "1.7.6", | ||
"version": "1.7.7", | ||
"keywords": ["lex", "lexer", "lexical", "analysis", "scan", "scanner", "scanning", "token", "tokenize", "tokenizer", "tokenization", "flex", "jison"], | ||
"author": "Aadit M Shah (http://aaditmshah.github.com/) <[email protected]>", | ||
"main": "lexer.js", | ||
|