Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Oct 30, 2018
1 parent 737f8f6 commit 85d8fa8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "fastparse",
"version": "1.1.1",
"version": "1.1.2",
"description": "A very simple and stupid parser, based on a statemachine and regular expressions.",
"main": "lib/Parser.js",
"scripts": {
Expand All @@ -20,7 +20,9 @@
"parser",
"regexp"
],
"files": ["lib"],
"files": [
"lib"
],
"author": "Tobias Koppers @sokra",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 85d8fa8

Please sign in to comment.