Skip to content

Commit

Permalink
fix: add types to package.json exports field (#377)
Browse files Browse the repository at this point in the history
fix #370

If it's not too much trouble, could you please add the
`hacktoberfest-accepted` tag to this PR?
  • Loading branch information
achmadk committed Oct 4, 2023
1 parent 0979b4d commit f321ef5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"browser": "./dist/geosearch.module.js",
"umd": "./dist/geosearch.umd.js",
"import": "./dist/geosearch.module.js",
"require": "./dist/geosearch.js"
"require": "./dist/geosearch.js",
"types": "./dist/index.d.ts"
},
"./package.json": "./package.json",
"./*": "./*"
Expand Down

0 comments on commit f321ef5

Please sign in to comment.