Skip to content

Commit

Permalink
Add missing bower deps
Browse files Browse the repository at this point in the history
  • Loading branch information
megamaddu committed Apr 12, 2020
1 parent d18d31b commit 95e5c7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"repository": {
"type": "git",
"url": "git://github.com/spicydonuts/purescript-react-basic-hooks.git"
"url": "https://github.com/spicydonuts/purescript-react-basic-hooks.git"
},
"dependencies": {
"purescript-prelude": "^4.1.0",
Expand All @@ -18,7 +18,8 @@
"purescript-react-basic": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
"purescript-indexed-monad": "^1.0.0",
"purescript-unsafe-reference": "^3.0.1",
"purescript-aff": "^5.1.1"
"purescript-aff": "^5.1.1",
"purescript-aff-promise": "^2.1.0"
},
"devDependencies": {
"purescript-psci-support": "^4.0.0"
Expand Down

0 comments on commit 95e5c7c

Please sign in to comment.