Skip to content

Commit 7a20b0c

Browse files
authored
feat: add src folder to package to enable access to source map (#337)
1 parent cdeded4 commit 7a20b0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "A typescript implementation of gossipsub",
55
"leadMaintainer": "Cayman Nava <caymannava@gmail.com>",
66
"files": [
7-
"dist"
7+
"dist",
8+
"src"
89
],
910
"type": "module",
1011
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)