From 720471ae2b99443f8a7b4fef6892478384eb866c Mon Sep 17 00:00:00 2001 From: Thomas Gerbet Date: Mon, 22 May 2023 22:37:35 +0200 Subject: [PATCH] Add `directory` info to the `repository` section of the `package.json` --- packages/vue-dompurify-html/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/vue-dompurify-html/package.json b/packages/vue-dompurify-html/package.json index e6a543f0..ec5438c9 100644 --- a/packages/vue-dompurify-html/package.json +++ b/packages/vue-dompurify-html/package.json @@ -20,7 +20,8 @@ }, "repository": { "type": "git", - "url": "https://github.com/LeSuisse/vue-dompurify-html.git" + "url": "https://github.com/LeSuisse/vue-dompurify-html.git", + "directory": "packages/vue-dompurify-html" }, "bugs": { "url": "https://github.com/LeSuisse/vue-dompurify-html/issues"