Skip to content

Commit 1ad8c21

Browse files
committed
fixing package.json
1 parent 684537b commit 1ad8c21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kaoscript/ast",
33
"description": "Declares the types used to represent syntax trees for Kaoscript language.",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"author": {
66
"name": "Baptiste Augrain",
77
"email": "[email protected]"
@@ -19,7 +19,7 @@
1919
"url": "http://www.opensource.org/licenses/mit-license.php"
2020
}
2121
],
22-
"main": "build/ast.js"
22+
"main": "build/ast.js",
2323
"files": [
2424
"build",
2525
"src"

0 commit comments

Comments
 (0)