Skip to content

Commit 563b11f

Browse files
committed
fix(package): only include compiled source
1 parent 3aa049b commit 563b11f

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
@@ -105,7 +105,7 @@
105105
},
106106
"files": [
107107
"package-lock.json",
108-
"dist",
108+
"dist/src",
109109
"LICENSE",
110110
"README.md"
111111
],

0 commit comments

Comments
 (0)