Skip to content

Commit 21e984e

Browse files
authored
chore: Limit files published (#101)
1 parent e7c05b7 commit 21e984e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

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

0 commit comments

Comments
 (0)