Skip to content

Commit 2a12474

Browse files
authored
fix: include dist/index.cjs in files (#47)
Addresses regression introduced by #35
1 parent 7213667 commit 2a12474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"files": [
3535
"src",
36-
"dist/src",
36+
"dist",
3737
"License.md",
3838
"Readme.md"
3939
],

0 commit comments

Comments
 (0)