Skip to content

Commit

Permalink
chore: add types to exports field (JSONPath-Plus#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Sep 2, 2022
1 parent 96fb78b commit e81e9f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 7,7 @@
"exports": {
"./package.json": "./package.json",
".": {
"types": "./src/jsonpath.d.ts",
"browser": "./dist/index-browser-esm.js",
"umd": "./dist/index-browser-umd.cjs",
"import": "./dist/index-node-esm.js",
Expand Down

0 comments on commit e81e9f3

Please sign in to comment.