Skip to content

Commit db7a302

Browse files
committed
Add source map lib files
1 parent 7899a23 commit db7a302

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/**/*.{js,mjs,d.ts}",
38+
"lib"
3839
],
3940
"keywords": [
4041
"binary",

0 commit comments

Comments
 (0)