From 2089d52d0fc756b5f93c3ef751b4990afe7fb155 Mon Sep 17 00:00:00 2001 From: dengqing <1247748612@qq.com> Date: Wed, 13 Apr 2022 18:54:52 +0800 Subject: [PATCH] fix: replace name --- examples/rollup/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/rollup/package.json b/examples/rollup/package.json index 57acc4f..b38b4ff 100644 --- a/examples/rollup/package.json +++ b/examples/rollup/package.json @@ -8,13 +8,13 @@ "rollup", "transform" ], - "homepage": "https://github.com/antfu/unplugin-moment-to-dayjs#readme", + "homepage": "https://github.com/1247748612/unplugin-moment-to-dayjs#readme", "bugs": { - "url": "https://github.com/antfu/unplugin-moment-to-dayjs/issues" + "url": "https://github.com/1247748612/unplugin-moment-to-dayjs/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/antfu/unplugin-moment-to-dayjs.git" + "url": "git+https://github.com/1247748612/unplugin-moment-to-dayjs.git" }, "license": "MIT", "main": "dist/index.js",