We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d18d31b commit 95e5c7cCopy full SHA for 95e5c7c
bower.json
@@ -9,7 +9,7 @@
9
],
10
"repository": {
11
"type": "git",
12
- "url": "git://github.com/spicydonuts/purescript-react-basic-hooks.git"
+ "url": "https://github.com/spicydonuts/purescript-react-basic-hooks.git"
13
},
14
"dependencies": {
15
"purescript-prelude": "^4.1.0",
@@ -18,7 +18,8 @@
18
"purescript-react-basic": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
19
"purescript-indexed-monad": "^1.0.0",
20
"purescript-unsafe-reference": "^3.0.1",
21
- "purescript-aff": "^5.1.1"
+ "purescript-aff": "^5.1.1",
22
+ "purescript-aff-promise": "^2.1.0"
23
24
"devDependencies": {
25
"purescript-psci-support": "^4.0.0"
0 commit comments