Skip to content

Commit 5ea01bb

Browse files
committed
docs: Add fields to package.json
1 parent 07e46dc commit 5ea01bb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"version": "0.1.2",
33
"license": "MIT",
44
"name": "react-simple-hook-modal",
5+
"description": "A simple React modal with hook based API",
6+
"homepage": "https://github.com/mbrookson/react-simple-hook-modal",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/mbrookson/react-simple-hook-modal.git"
10+
},
511
"author": "Matthew Brookson",
612
"main": "dist/index.js",
713
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)