Skip to content

Commit ad6496c

Browse files
committed
Add additional fields to package.json.
- Adds homepage, bugs, and repository fields.
1 parent cd8cf8f commit ad6496c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
"contributors": [
77
"Neal Granger <neal@nealg.com>"
88
],
9+
"homepage": "https://github.com/metalabdesign/react-resize-observer",
10+
"bugs": {
11+
"url": "https://github.com/metalabdesign/react-resize-observer/issues"
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/metalabdesign/react-resize-observer"
16+
},
917
"keywords": [
1018
"react",
1119
"resize"

0 commit comments

Comments
 (0)