From 99a84a0544fd4959a382728651e59de597d74f1d Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Fri, 13 May 2022 00:40:39 +0800 Subject: [PATCH] chore: Modify repository field in package.json --- core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/package.json b/core/package.json index e203eab..82573a7 100644 --- a/core/package.json +++ b/core/package.json @@ -11,7 +11,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/uiwjs/react-monorepo-template.git" + "url": "https://github.com/kktjs/babel-plugin-transform-replace-export-default.git" }, "license": "MIT", "main": "./lib/index.js",