Skip to content

Commit 7cf8d0b

Browse files
committed
1.0.0-beta.0
1 parent cffeaab commit 7cf8d0b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

+7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"author": "ryanburns23",
99
"license": "MIT",
1010
"customElements": "./custom-elements.json",
11+
"files": [
12+
"README.md",
13+
"dist"
14+
],
1115
"exports": {
1216
".": {
1317
"import": "./dist/index.js",
@@ -49,6 +53,9 @@
4953
"tslib": "2.5.0",
5054
"typescript": "4.9.5"
5155
},
56+
"publishConfig": {
57+
"access": "public"
58+
},
5259
"eslintConfig": {
5360
"extends": [
5461
"@open-wc/eslint-config"

0 commit comments

Comments
 (0)