We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d10d5 commit 623b117Copy full SHA for 623b117
1 file changed
package.json
@@ -23,6 +23,10 @@
23
"type": "git",
24
"url": "git+https://github.com/pmndrs/react-postprocessing.git"
25
},
26
+ "bugs": {
27
+ "url": "https://github.com/pmndrs/react-postprocessing/issues"
28
+ },
29
+ "homepage": "https://github.com/pmndrs/react-postprocessing#readme",
30
"scripts": {
31
"build": "rimraf dist && vite build && tsc",
32
"eslint": "eslint . --fix --ext=js,ts,jsx,tsx",
0 commit comments