From 7cf8d0bbd61deafa218366054c43468203911d30 Mon Sep 17 00:00:00 2001 From: Ryan Burns Date: Tue, 28 Feb 2023 13:07:19 -0800 Subject: [PATCH] 1.0.0-beta.0 --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index a0b48aa..9df2625 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,10 @@ "author": "ryanburns23", "license": "MIT", "customElements": "./custom-elements.json", + "files": [ + "README.md", + "dist" + ], "exports": { ".": { "import": "./dist/index.js", @@ -49,6 +53,9 @@ "tslib": "2.5.0", "typescript": "4.9.5" }, + "publishConfig": { + "access": "public" + }, "eslintConfig": { "extends": [ "@open-wc/eslint-config"