From 6674e6ac22f0f4cf66897668b4014d52bad68aa6 Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Fri, 29 Mar 2024 06:43:02 +0300 Subject: [PATCH] fix: add inks --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index c860cf1..a35e1c0 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,14 @@ "main": "./dist/index.js", "types": "./dist/index.d.ts", "source": "./src/webpack/index.ts", + "bugs": { + "url": "https://github.com/ksv741/react-scripts/issues" + }, + "homepage": "https://github.com/ksv741/react-scripts", + "repository": { + "type": "git", + "url": "https://github.com/ksv741/react-scripts" + }, "scripts": { "prepare": "rm -rf dist && tsc && tsc-alias", "typecheck": "tsc --noEmit",