Skip to content

Commit ffca48e

Browse files
fix: add missing index.min.js to release files (#297)
* fix: add missing index.min.js to release files * Update package.json Co-authored-by: Alex Potsides <[email protected]> --------- Co-authored-by: Alex Potsides <[email protected]>
1 parent 62b2c91 commit ffca48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"types": "./dist/src/index.d.ts",
2525
"files": [
2626
"src",
27-
"dist/src",
27+
"dist",
2828
"!dist/test",
2929
"!**/*.tsbuildinfo"
3030
],

0 commit comments

Comments
 (0)