Skip to content

Commit

Permalink
fix: Explicitly declare path to TS types
Browse files Browse the repository at this point in the history
This lets npmjs.com know that the project has types,
and shows a helpful TypeScript icon.
  • Loading branch information
franky47 committed Dec 22, 2020
1 parent 4e0430f commit bff3b39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0-semantically-released",
"description": "Serialized AES-GCM 256 encryption, decryption and key management in the browser & Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"cloak": "./dist/cli.js"
},
Expand Down

0 comments on commit bff3b39

Please sign in to comment.