diff options
author | 2023-10-03 16:25:25 +0200 | |
---|---|---|
committer | 2023-10-03 15:25:25 +0100 | |
commit | 6f60da805e0014bc50dd07bef972e91c73560c3c (patch) | |
tree | b552b1f250b308149f6dd9e9b0f9ccef73a817a3 /packages/integrations/lit | |
parent | d1c75fe158839699c59728cf3a83888e8c72a459 (diff) | |
download | astro-6f60da805e0014bc50dd07bef972e91c73560c3c.tar.gz astro-6f60da805e0014bc50dd07bef972e91c73560c3c.tar.zst astro-6f60da805e0014bc50dd07bef972e91c73560c3c.zip |
feat: add provenance to packages (#8737)
Diffstat (limited to 'packages/integrations/lit')
-rw-r--r-- | packages/integrations/lit/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json index 54498a070..28945b53e 100644 --- a/packages/integrations/lit/package.json +++ b/packages/integrations/lit/package.json @@ -59,5 +59,8 @@ "peerDependencies": { "@webcomponents/template-shadowroot": "^0.2.1", "lit": "^2.7.0" + }, + "publishConfig": { + "provenance": true } } |