From 9d59e483f22c19c03556f5dd5f75f4025fcb46e9 Mon Sep 17 00:00:00 2001 From: BWM0223 Date: Sat, 13 Jun 2026 14:52:47 -0700 Subject: [PATCH] fix: add missing metadata fields to package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 7ec6e559..08f271a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,9 @@ { "name": "react-base-table", "version": "2.1.0", + "bugs": { + "url": "https://github.com/Autodesk/react-base-table/issues" + }, "description": "a react table component to display large data set with high performance and flexibility", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",