From 9742e2df90caa4b979a7470349507c57ab407558 Mon Sep 17 00:00:00 2001 From: Pablo Albaladejo Date: Tue, 19 Oct 2021 13:14:03 +0200 Subject: [PATCH] chore(main): add repository url to package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 86f39901..820c28a3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,10 @@ "description": "React from builder using json schema", "author": "Guidesmiths", "license": "MIT", - "repository": "guidesmiths/react-form-builder", + "repository": { + "type": "git", + "url": "git+https://github.com/guidesmiths/react-form-builder.git" + }, "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.js",