From a2e780b9cd05e67593c6cecf4573763282a90e7e Mon Sep 17 00:00:00 2001 From: Adam Bouqdib Date: Tue, 14 Nov 2023 07:10:49 +0000 Subject: [PATCH] chore(bootstrap-4): add repo to package.json --- packages/bootstrap-4/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bootstrap-4/package.json b/packages/bootstrap-4/package.json index 0268f8eee3..5f2175c1cb 100644 --- a/packages/bootstrap-4/package.json +++ b/packages/bootstrap-4/package.json @@ -12,7 +12,7 @@ ], "repository": { "type": "git", - "url": "" + "url": "git+https://github.com/rjsf-team/react-jsonschema-form.git" }, "scripts": { "build:ts": "tsc -b",