From cb72b5c810c49d027592fe269f6096a517f935a6 Mon Sep 17 00:00:00 2001 From: 2lll5 <128884217+2lll5@users.noreply.github.com> Date: Tue, 9 Jun 2026 12:41:31 +0000 Subject: [PATCH] fix(core): add npm package metadata --- modules/core/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/core/package.json b/modules/core/package.json index 8e975b03b06..2ce65130107 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -17,6 +17,10 @@ "type": "git", "url": "https://github.com/visgl/deck.gl.git" }, + "bugs": { + "url": "https://github.com/visgl/deck.gl/issues" + }, + "homepage": "https://deck.gl", "types": "dist/index.d.ts", "main": "dist/index.cjs", "module": "dist/index.js",