Skip to content

Commit ec676c5

Browse files
committed
Re-export antlr4ts classes, correct package.json
1 parent 7a25108 commit ec676c5

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
export * from 'antlr4ts';
2+
export * from 'antlr4ts/tree/ParseTreeWalker'
3+
14
export * from './src/antlr4tsSQL';
25

36
export * from './src/models/SQLDialect';

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "antlr4ts-sql",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Pre-built ANTL4 lexers and parsers for SQL: PostgreSQL, MySQL, SQL Server and Oracle (PL/SQL)",
5-
"main": "index.js",
6-
"types": "index.d.ts",
5+
"main": "dist/index.js",
6+
"types": "dist/index.d.ts",
77
"directories": {
88
"test": "test"
99
},

0 commit comments

Comments
 (0)