Skip to content

Commit 623b117

Browse files
committed
fix: add npm package metadata
1 parent 90d10d5 commit 623b117

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
"type": "git",
2424
"url": "git+https://github.com/pmndrs/react-postprocessing.git"
2525
},
26+
"bugs": {
27+
"url": "https://github.com/pmndrs/react-postprocessing/issues"
28+
},
29+
"homepage": "https://github.com/pmndrs/react-postprocessing#readme",
2630
"scripts": {
2731
"build": "rimraf dist && vite build && tsc",
2832
"eslint": "eslint . --fix --ext=js,ts,jsx,tsx",

0 commit comments

Comments
 (0)