Skip to content

Commit 95e5c7c

Browse files
committed
Add missing bower deps
1 parent d18d31b commit 95e5c7c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bower.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"repository": {
1111
"type": "git",
12-
"url": "git://github.com/spicydonuts/purescript-react-basic-hooks.git"
12+
"url": "https://github.com/spicydonuts/purescript-react-basic-hooks.git"
1313
},
1414
"dependencies": {
1515
"purescript-prelude": "^4.1.0",
@@ -18,7 +18,8 @@
1818
"purescript-react-basic": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
1919
"purescript-indexed-monad": "^1.0.0",
2020
"purescript-unsafe-reference": "^3.0.1",
21-
"purescript-aff": "^5.1.1"
21+
"purescript-aff": "^5.1.1",
22+
"purescript-aff-promise": "^2.1.0"
2223
},
2324
"devDependencies": {
2425
"purescript-psci-support": "^4.0.0"

0 commit comments

Comments
 (0)