Skip to content

Commit 35780c9

Browse files
committed
fix: get the correct type
1 parent 8b12c91 commit 35780c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from './types';
1+
export * from '../types';

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-sql-parser",
3-
"version": "4.5.1",
3+
"version": "4.5.2",
44
"description": "simple node sql parser",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)