From ddd610729492cfe39de069dfd77249f12fcbb98b Mon Sep 17 00:00:00 2001 From: Gert Hengeveld Date: Mon, 25 Mar 2024 19:19:57 +0100 Subject: [PATCH 1/2] Add author and publishConfig --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d716d5b..4aaf839 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,10 @@ "type": "git", "url": "https://github.com/chromaui/storybook-addon-pseudo-states" }, - "author": "ghengeveld", + "publishConfig": { + "access": "public" + }, + "author": "Chromatic ", "license": "MIT", "main": "dist/index.js", "module": "dist/index.mjs", From b2d7be174624b41efeaabfbc64f722d860317416 Mon Sep 17 00:00:00 2001 From: Gert Hengeveld Date: Mon, 25 Mar 2024 19:24:46 +0100 Subject: [PATCH 2/2] Fix repository URL --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4aaf839..ab56c5f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/chromaui/storybook-addon-pseudo-states" + "url": "git+https://github.com/chromaui/storybook-addon-pseudo-states.git" }, "publishConfig": { "access": "public"