Skip to content

Commit 4cfe76f

Browse files
fix: include src for sourcemaps (#817)
1 parent 29c6f80 commit 4cfe76f

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
@@ -33,7 +33,8 @@
3333
],
3434
"main": "./dist/index.js",
3535
"files": [
36-
"dist"
36+
"dist",
37+
"src"
3738
],
3839
"scripts": {
3940
"docs": "rm -rf docs/ && typedoc src/index.ts",

0 commit comments

Comments
 (0)