Skip to content

Commit efeeb6c

Browse files
committed
(pkg): add 'homepage' and 'bugs' fields
- put them around the 'repository' field
1 parent 54aded6 commit efeeb6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@
99
],
1010
"author": "Anton Gilgur",
1111
"license": "Apache-2.0",
12+
"homepage": "https://github.com/agilgur5/react-signature-canvas",
1213
"repository": {
1314
"type": "git",
1415
"url": "https://github.com/agilgur5/react-signature-canvas.git"
1516
},
17+
"bugs": {
18+
"url": "https://github.com/agilgur5/react-signature-canvas/issues"
19+
},
1620
"keywords": [
1721
"react",
1822
"react-component",

0 commit comments

Comments
 (0)