Skip to content

Commit

Permalink
Add regjsparser compatibility note.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmnt4n committed May 24, 2020
1 parent f0a779a commit c0cb69b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ let regex = regjsgen.generate(ast);

## Support

Tested in Node.js 0.10, 0.12, 4, 6, 8, 10, 12 and 14.
Tested in Node.js 0.10, 0.12, 4, 6, 8, 10, 12 and 14.<br>
Compatible with regjsparser v0.6.4’s AST.


[travis-ci]: https://travis-ci.org/bnjmnt4n/regjsgen
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"codecov": "^3.7.0",
"nyc": "^15.0.1",
"regjsparser": "~0.6.0",
"regjsparser": "~0.6.4",
"request": "^2.88.2"
}
}

0 comments on commit c0cb69b

Please sign in to comment.