Skip to content

Commit c8aa2d3

Browse files
committed
fix: TypeScript definitions of stringify, parse, and buildFunction not exported
1 parent 1d7acd6 commit c8aa2d3

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
@@ -21,11 +21,11 @@
2121
"url": "git+https://github.com/jsonquerylang/jsonquery.git"
2222
},
2323
"module": "./lib/jsonquery.js",
24-
"types": "./lib/jsonquery.d.ts",
24+
"types": "./lib/index.d.ts",
2525
"exports": {
2626
".": {
2727
"import": "./lib/jsonquery.js",
28-
"types": "./lib/jsonquery.d.ts"
28+
"types": "./lib/index.d.ts"
2929
}
3030
},
3131
"files": [

0 commit comments

Comments
 (0)