Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Commit f5839b9

Browse files
Gozalavmx
authored andcommitted
fix: typing mappings
Fixes regression introduced by #131 due to incorrect type mappings
1 parent 106dd16 commit f5839b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"description": "CID Implementation in JavaScript",
55
"leadMaintainer": "Volker Mische <volker.mische@gmail.com>",
66
"main": "src/index.js",
7-
"types": "src/index.d.ts",
7+
"types": "dist/src/index.d.ts",
8+
"typesVersions": {
9+
"*": { "src/*": ["dist/src/*", "dist/src/*/index"] }
10+
},
811
"scripts": {
912
"lint": "aegir lint",
1013
"test": "aegir test",

0 commit comments

Comments
 (0)