Skip to content

Commit e81e9f3

Browse files
authored
chore: add types to exports field (#178)
1 parent 96fb78b commit e81e9f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"exports": {
88
"./package.json": "./package.json",
99
".": {
10+
"types": "./src/jsonpath.d.ts",
1011
"browser": "./dist/index-browser-esm.js",
1112
"umd": "./dist/index-browser-umd.cjs",
1213
"import": "./dist/index-node-esm.js",

0 commit comments

Comments
 (0)