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 684537b commit 1ad8c21Copy full SHA for 1ad8c21
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@kaoscript/ast",
3
"description": "Declares the types used to represent syntax trees for Kaoscript language.",
4
- "version": "0.1.0",
+ "version": "0.1.1",
5
"author": {
6
"name": "Baptiste Augrain",
7
"email": "[email protected]"
@@ -19,7 +19,7 @@
19
"url": "http://www.opensource.org/licenses/mit-license.php"
20
}
21
],
22
- "main": "build/ast.js"
+ "main": "build/ast.js",
23
"files": [
24
"build",
25
"src"
0 commit comments