Skip to content

Commit e2831b7

Browse files
committed
chore: Limit files published
1 parent eec4306 commit e2831b7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@
5151
"license": "MIT",
5252
"bugs": "https://github.com/preactjs/preact-custom-element/issues",
5353
"homepage": "https://github.com/preactjs/preact-custom-element",
54+
"files": [
55+
"dist",
56+
"LICENSE",
57+
"package.json",
58+
"README.md"
59+
],
5460
"peerDependencies": {
5561
"preact": ">= 10.25.0 || >=11.0.0-0"
5662
},

0 commit comments

Comments
 (0)