Skip to content

Commit 9e3501c

Browse files
authored
fix: ts types file path in package.json (#12)
1 parent 98760dd commit 9e3501c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"files": [
77
"dist/"
88
],
9-
"types": "index.d.ts",
9+
"types": "./dist/index.d.ts",
1010
"dependencies": {
1111
"@noble/hashes": "~1.1.1",
1212
"@scure/base": "~1.1.0"

0 commit comments

Comments
 (0)