Skip to content

Commit 883d618

Browse files
committed
fix(package): add homepage and bugs metadata
1 parent 98452ec commit 883d618

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
@@ -10,6 +10,10 @@
1010
"type": "git",
1111
"url": "git+https://github.com/fictjs/react.git"
1212
},
13+
"homepage": "https://github.com/fictjs/react#readme",
14+
"bugs": {
15+
"url": "https://github.com/fictjs/react/issues"
16+
},
1317
"type": "module",
1418
"main": "dist/index.cjs",
1519
"module": "dist/index.js",

0 commit comments

Comments
 (0)