From 9f82d46d99160442736a7b5c4d2867d434e34245 Mon Sep 17 00:00:00 2001 From: Zaiste Date: Thu, 26 May 2022 14:54:36 +0200 Subject: [PATCH] Fix the config with `publish` directory --- package.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e5b79b..aa74cb9 100644 --- a/package.json +++ b/package.json @@ -39,5 +39,16 @@ "import": "./index.mjs", "require": "./index.js" } - } + }, + "publishConfig": { + "directory": "dist" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/saleor/saleor-app-sdk.git" + }, + "bugs": { + "url": "https://github.com/saleor/saleor-app-sdk/issues" + }, + "homepage": "https://github.com/saleor/saleor-app-sdk#readme" }