We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81509b0 commit 7dc9a9cCopy full SHA for 7dc9a9c
2 files changed
ts-parser/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "abcoder-ts-parser",
3
- "version": "0.0.9",
+ "version": "0.0.13",
4
"description": "TypeScript AST parser for UNIAST specification",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
ts-parser/src/index.ts
@@ -11,7 +11,7 @@ const program = new Command();
11
program
12
.name('abcoder-ts-parser')
13
.description('TypeScript AST parser for UNIAST specification')
14
- .version('0.0.9');
+ .version('0.0.13');
15
16
17
.command('parse')
0 commit comments