Skip to content

Commit

Permalink
package.json error: referring to .ts not .js for 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
iherman committed Aug 21, 2024
1 parent 36cfeab commit 54954e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "0.0.1",
"date": "2024-08-14",
"description": "Conversions to and from multikeys and WebCrypto",
"main": "dist/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dist": "tsc -d",
"docs": "./node_modules/.bin/typedoc index.ts lib/*",
Expand Down

0 comments on commit 54954e2

Please sign in to comment.