Skip to content

Commit d659082

Browse files
authored
update types file location in package.json (#42)
1 parent e17c4ff commit d659082

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- update types file location in package.json
13+
1014
## [2.7.0] - 2023-06-16
1115

1216
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"module": "dist/index.modern.js",
2626
"source": "src/index.ts",
2727
"jsnext:main": "dist/index.modern.js",
28-
"types": "dist/index.d.ts",
28+
"types": "dist/src/index.d.ts",
2929
"files": [
3030
"dist"
3131
],

0 commit comments

Comments
 (0)