We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 405d2bd commit 4e83f47Copy full SHA for 4e83f47
package.json
@@ -3,9 +3,6 @@
3
"version": "1.0.0",
4
"description": "`react-basic-hooks` is a React hook API for [react-basic](https://github.com/lumihq/purescript-react-basic)!",
5
"main": "index.js",
6
- "directories": {
7
- "example": "examples"
8
- },
9
"dependencies": {
10
"react": "^16.13.1",
11
"react-dom": "^16.13.1"
@@ -23,8 +20,8 @@
23
20
"url": "git+https://github.com/spicydonuts/purescript-react-basic-hooks.git"
24
21
},
25
22
"keywords": [],
26
- "author": "",
27
- "license": "ISC",
+ "author": "Madeline Trotter",
+ "license": "Apache-2.0",
28
"bugs": {
29
"url": "https://github.com/spicydonuts/purescript-react-basic-hooks/issues"
30
0 commit comments