From 932be3147632019182a666dde95221edaf60fd14 Mon Sep 17 00:00:00 2001 From: Yuri Sergiichuk Date: Tue, 15 Dec 2020 18:04:59 +0200 Subject: [PATCH] Add the directory of the package within the repo. --- client-js/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client-js/package.json b/client-js/package.json index 637d8ccab..ed209f7e4 100644 --- a/client-js/package.json +++ b/client-js/package.json @@ -6,7 +6,8 @@ "homepage": "https://spine.io", "repository": { "type": "git", - "url": "https://github.com/SpineEventEngine/web" + "url": "https://github.com/SpineEventEngine/web", + "directory": "client-js" }, "bugs": { "url": "https://github.com/SpineEventEngine/web/issues",