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",