We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0cb69b commit 813c5d1Copy full SHA for 813c5d1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "regjsgen",
3
- "version": "0.5.1",
+ "version": "0.5.2",
4
"description": "Generate regular expressions from regjsparser’s AST.",
5
"homepage": "https://github.com/bnjmnt4n/regjsgen",
6
"main": "regjsgen.js",
regjsgen.js
@@ -1,5 +1,5 @@
/*!
- * regjsgen 0.5.1
+ * regjsgen 0.5.2
* Copyright 2014-2020 Benjamin Tan <https://ofcr.se/>
* Available under the MIT license <https://github.com/bnjmnt4n/regjsgen/blob/master/LICENSE-MIT.txt>
*/
0 commit comments