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 7fc5d97 commit 6ad8e1fCopy full SHA for 6ad8e1f
index.js
@@ -7,6 +7,6 @@ module.exports = {
7
'cst' : require('./lib/cst.js'),
8
'operators' : require('./lib/operators.js'),
9
10
- '__version__': '0.2.0'
+ '__version__': '0.3.0'
11
};
12
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "unparse-js",
3
- "version": "0.2.0",
+ "version": "0.3.0",
4
"description": "expressive, composable parser combinators",
5
"main": "index.js",
6
"directories": {
0 commit comments