Skip to content

Commit

Permalink
Change path of the types in package.json.
Browse files Browse the repository at this point in the history
It seems that the TypeScript compiler previously put the type definitions into dist/types/src, but now puts them in dist/types. This may have happened here: #360.
  • Loading branch information
Pimm committed Sep 19, 2024
1 parent bb67be4 commit a3dceaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"main": "dist/mollie.cjs.js",
"module": "dist/mollie.esm.js",
"jsnext:main": "dist/mollie.esm.js",
"types": "dist/types/src/types.d.ts",
"types": "dist/types/types.d.ts",
"engines": {
"node": ">=8"
},
Expand Down

0 comments on commit a3dceaf

Please sign in to comment.