Skip to content

Commit b59db3c

Browse files
committed
fix: Explicitly declare path to TS types
This lets npmjs.com know that the project has types, and shows a helpful TypeScript icon.
1 parent 251a703 commit b59db3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.0.0-semantically-released",
44
"description": "Secure cryptographic key storage in the browser",
55
"main": "dist/index.js",
6+
"types": "dist/index.d.ts",
67
"license": "MIT",
78
"author": {
89
"name": "François Best",

0 commit comments

Comments
 (0)