Skip to content

Commit 9712616

Browse files
authored
Merge pull request #26 from adam2am/fix/bun-exports
fix: include src folder in published package for bun exports
1 parent 1d33a37 commit 9712616

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/code-chunk/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
},
99
"license": "MIT",
1010
"files": [
11-
"dist"
11+
"dist",
12+
"src"
1213
],
1314
"repository": {
1415
"type": "git",

0 commit comments

Comments
 (0)