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

Commit

Permalink
fix: typing mappings
Browse files Browse the repository at this point in the history
Fixes regression introduced by #131 due to incorrect type mappings
  • Loading branch information
Gozala authored Dec 12, 2020
1 parent 106dd16 commit 55be00d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"description": "CID Implementation in JavaScript",
"leadMaintainer": "Volker Mische <volker.mische@gmail.com>",
"main": "src/index.js",
"types": "src/index.d.ts",
"types": "dist/src/index.d.ts",
"typesVersions": {
"*": { "src/*": ["dist/src/*", "dist/src/*/index"] }
},
"scripts": {
"lint": "aegir lint",
"test": "aegir test",
Expand Down

0 comments on commit 55be00d

Please sign in to comment.