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 07e46dc commit 5ea01bbCopy full SHA for 5ea01bb
package.json
@@ -2,6 +2,12 @@
2
"version": "0.1.2",
3
"license": "MIT",
4
"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
+ },
11
"author": "Matthew Brookson",
12
"main": "dist/index.js",
13
"typings": "dist/index.d.ts",
0 commit comments