We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3aef5 commit f4fc5b6Copy full SHA for f4fc5b6
README.md
@@ -27,6 +27,14 @@ Parses a string input
27
### Return:
28
* **RegExp** The parsed regular expression
29
30
+## Changelog
31
+
32
+### `v0.2.0`
33
+ - Changed package name into `regexp-parser`.
34
35
+### `v0.1.0`
36
+ - Initial release
37
38
## How to contribute
39
40
1. File an issue in the repository, using the bug tracker, describing the
package.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "node-regex-parser",
3
- "version": "0.1.0",
+ "name": "regex-parser",
+ "version": "0.2.0",
4
"description": "A small module that parses a string as regular expression and returns the parsed RegExp",
5
"main": "index.js",
6
"scripts": {
0 commit comments