Skip to content

Commit

Permalink
Merge pull request #6 from kasperpeulen/dts
Browse files Browse the repository at this point in the history
Fix dts file location
  • Loading branch information
kasperpeulen authored Apr 27, 2024
2 parents 16d194d + 068c435 commit d8c9d7b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kasperpeulen/simply-effect.git"
"url": "git+https://github.com/kasperpeulen/simply-effect.git"
},
"homepage": "https://github.com/kasperpeulen/simply-effect",
"bugs": {
"url": "https://github.com/kasperpeulen/simply-effect/issues"
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/dts/index.d.ts",
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
Expand Down

0 comments on commit d8c9d7b

Please sign in to comment.