From ae917df6fc138d58ea7b0f2772e7579b7eba11fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=96=87=E5=BD=AC?= Date: Sun, 13 Sep 2020 23:57:38 +0800 Subject: [PATCH] chore: update repo url --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a7aa5cf..c2c6b86 100644 --- a/package.json +++ b/package.json @@ -21,12 +21,12 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/anncwb/vite-plugin-mock-server" + "url": "https://github.com/anncwb/vite-plugin-mock" }, "bugs": { - "url": "https://github.com/anncwb/vite-plugin-mock-server/issues" + "url": "https://github.com/anncwb/vite-plugin-mock/issues" }, - "homepage": "https://github.com/anncwb/vite-plugin-mock-server/tree/master/#readme", + "homepage": "https://github.com/anncwb/vite-plugin-mock/tree/master/#readme", "dependencies": { "@rollup/plugin-node-resolve": "^9.0.0", "rollup-plugin-typescript": "^1.0.1",