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 cfba8e6 commit 32d56d3Copy full SHA for 32d56d3
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "Lark.js",
3
"description": "live port of the Lark standalone parser to Javascript",
4
- "version": "0.1.3",
+ "version": "0.1.4",
5
"scripts": {
6
"test": "mocha"
7
},
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Lark-js"
-version = "0.1.3"
+version = "0.1.4"
description = "An extension to Lark that generates a Javascript standalone"
authors = ["Erez Shin <erezshin@gmail.com>"]
license = "MIT"
0 commit comments