We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e17c4ff commit d659082Copy full SHA for d659082
2 files changed
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Fixed
11
+
12
+- update types file location in package.json
13
14
## [2.7.0] - 2023-06-16
15
16
### Fixed
package.json
@@ -25,7 +25,7 @@
25
"module": "dist/index.modern.js",
26
"source": "src/index.ts",
27
"jsnext:main": "dist/index.modern.js",
28
- "types": "dist/index.d.ts",
+ "types": "dist/src/index.d.ts",
29
"files": [
30
"dist"
31
],
0 commit comments