From bf99ec20c7eafb122a036154febd78b626e5c594 Mon Sep 17 00:00:00 2001 From: jascha ehrenreich Date: Mon, 12 Sep 2022 13:06:15 +0200 Subject: [PATCH] update package.json, fix urls to issues and repo --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f51a67f..58db1d4 100644 --- a/package.json +++ b/package.json @@ -12,10 +12,10 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/leanupjs/leanup.git" + "url": "git+https://github.com/leanupjs/vite-plugin-replace.git" }, "bugs": { - "url": "https://github.com/leanupjs/leanup/issues" + "url": "https://github.com/leanupjs/vite-plugin-replace/issues" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "4.18.0",