Skip to content

Commit 4116dd9

Browse files
committed
chore: release 0.1.0
also add keyword to package.json
1 parent 844f934 commit 4116dd9

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
{
22
"name": "java-ast",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Java Parser for JavaScript/TypeScript, based on antlr4ts",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
77
"license": "MIT",
88
"repository": "https://github.com/urish/java-ast",
99
"author": "Uri Shaked <uri@codemagic.co.il>",
10+
"keywords": [
11+
"ast",
12+
"java",
13+
"parser",
14+
"antlr",
15+
"antlr4ts",
16+
"abstract syntax tree",
17+
"parse java",
18+
"java parser"
19+
],
1020
"files": [
1121
"dist"
1222
],

0 commit comments

Comments
 (0)