Skip to content

Commit 07c2161

Browse files
authored
Merge pull request #218 from cmdcolin/fix_source_map
Fix source map by uploading entire dist folder with map files and lib folder with source
2 parents ff5cdb0 + 7303e03 commit 07c2161

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
@@ -34,7 +34,8 @@
3434
"prepare": "npm run build"
3535
},
3636
"files": [
37-
"dist/**/*.{js,mjs,d.ts}"
37+
"dist",
38+
"lib"
3839
],
3940
"keywords": [
4041
"binary",

0 commit comments

Comments
 (0)