From b07ccb63ea3111e282a32b4ac60af99446367ce3 Mon Sep 17 00:00:00 2001 From: Manna Date: Wed, 29 Jan 2025 12:01:57 +0600 Subject: [PATCH] modifed package.json --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b2fcdaa..15322cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-files-ts", - "version": "0.0.3", + "version": "0.0.4", "description": "A file input (dropzone) management component for React", "scripts": { "build": "tsc" @@ -19,6 +19,14 @@ "private": false, "main": "dist/index.js", "types": "dist/index.d.ts", + "bugs": { + "url": "https://github.com/mj-manna/react-files-ts/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/mj-manna/react-files-ts.git" + }, + "homepage": "https://github.com/mj-manna/react-files-ts", "devDependencies": { "@types/node": "^22.10.7", "@types/react": "^19.0.7",