Skip to content

Commit

Permalink
feat: add src folder to package to enable access to source map
Browse files Browse the repository at this point in the history
  • Loading branch information
fryorcraken committed Nov 8, 2022
1 parent 129b9cd commit 9189062
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 @@ -4,7 +4,8 @@
"description": "A typescript implementation of gossipsub",
"leadMaintainer": "Cayman Nava <caymannava@gmail.com>",
"files": [
"dist"
"dist",
"src"
],
"type": "module",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 9189062

Please sign in to comment.