From 9b3af999678c7b9a61eaa1e1db063a64c4ebdbf7 Mon Sep 17 00:00:00 2001 From: Valerii Sidorenko Date: Wed, 27 Nov 2024 12:11:04 +0100 Subject: [PATCH] chore: add repository field to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 47253c8..bcb2dca 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "description": "Simple toolkit for your Node.js apps and scripts", "license": "MIT", "author": "Gravity UI Team", + "repository": { + "type": "git", + "url": "https://github.com/gravity-ui/nodekit" + }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [