From 64a9477c1d891a8db2ca0d51176d0ed6a77c1dbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 31 Jan 2024 14:38:08 +0200 Subject: [PATCH] Update package.json: Add repository url field (#1511) --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 12414d95c..f74730845 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,10 @@ "keywords": [], "author": "typicode ", "license": "SEE LICENSE IN ./LICENSE", + "repository": { + "type": "git", + "url": "git+https://github.com/typicode/json-server.git" + }, "devDependencies": { "@sindresorhus/tsconfig": "^5.0.0", "@tailwindcss/typography": "^0.5.10",