From 2a88055d77e329e111c61304badc4e01ff621287 Mon Sep 17 00:00:00 2001 From: konnorrogers Date: Thu, 12 Oct 2023 17:03:36 -0400 Subject: [PATCH] update package.json --- package-lock.json | 11 ----------- package.json | 17 +++++++++++++---- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 735d20f9..1f57db7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,6 @@ "@lit-labs/react": "^2.1.1", "@shoelace-style/animations": "^1.1.0", "@shoelace-style/localize": "^3.1.2", - "composed-offset-position": "^0.0.4", "lit": "^3.0.0", "qr-creator": "^1.0.0" }, @@ -6113,11 +6112,6 @@ "node": ">= 12.0.0" } }, - "node_modules/composed-offset-position": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/composed-offset-position/-/composed-offset-position-0.0.4.tgz", - "integrity": "sha512-vMlvu1RuNegVE0YsCDSV/X4X10j56mq7PCIyOKK74FxkXzGLwhOUmdkJLSdOBOMwWycobGUMgft2lp+YgTe8hw==" - }, "node_modules/compress-brotli": { "version": "1.3.8", "resolved": "https://registry.npmjs.org/compress-brotli/-/compress-brotli-1.3.8.tgz", @@ -23194,11 +23188,6 @@ "integrity": "sha512-QLyTNiZ2KDOibvFPlZ6ZngVsZ/0gYnE6uTXi5aoDg8ed3AkJAz4sEje3Y8a29hQ1s6A99MZXe47fLAXQ1rTqaw==", "dev": true }, - "composed-offset-position": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/composed-offset-position/-/composed-offset-position-0.0.4.tgz", - "integrity": "sha512-vMlvu1RuNegVE0YsCDSV/X4X10j56mq7PCIyOKK74FxkXzGLwhOUmdkJLSdOBOMwWycobGUMgft2lp+YgTe8hw==" - }, "compress-brotli": { "version": "1.3.8", "resolved": "https://registry.npmjs.org/compress-brotli/-/compress-brotli-1.3.8.tgz", diff --git a/package.json b/package.json index 6f105307..a9f8bdb2 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,15 @@ "./dist/react/*": "./dist/react/*", "./dist/translations/*": "./dist/translations/*" }, - "files": ["dist", "cdn"], - "keywords": ["web components", "custom elements", "components"], + "files": [ + "dist", + "cdn" + ], + "keywords": [ + "web components", + "custom elements", + "components" + ], "repository": { "type": "git", "url": "git+https://github.com/shoelace-style/shoelace.git" @@ -65,7 +72,6 @@ "@lit-labs/react": "^2.1.1", "@shoelace-style/animations": "^1.1.0", "@shoelace-style/localize": "^3.1.2", - "composed-offset-position": "^0.0.4", "lit": "^3.0.0", "qr-creator": "^1.0.0" }, @@ -133,6 +139,9 @@ "user-agent-data-types": "^0.3.1" }, "lint-staged": { - "*.{ts,js}": ["eslint --max-warnings 0 --cache --fix", "prettier --write"] + "*.{ts,js}": [ + "eslint --max-warnings 0 --cache --fix", + "prettier --write" + ] } }