Skip to content

Commit

Permalink
1.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanburns23 committed Feb 28, 2023
1 parent cffeaab commit 7cf8d0b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"author": "ryanburns23",
"license": "MIT",
"customElements": "./custom-elements.json",
"files": [
"README.md",
"dist"
],
"exports": {
".": {
"import": "./dist/index.js",
Expand Down Expand Up @@ -49,6 +53,9 @@
"tslib": "2.5.0",
"typescript": "4.9.5"
},
"publishConfig": {
"access": "public"
},
"eslintConfig": {
"extends": [
"@open-wc/eslint-config"
Expand Down

1 comment on commit 7cf8d0b

@vercel
Copy link

@vercel vercel bot commented on 7cf8d0b Feb 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.