Merge pull request #146 from khanage/master

Add aff-reattempt and webdriver
This commit is contained in:
Justin Woo 2018-03-01 11:28:30 +02:00 committed by GitHub
commit e4ce856ed0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,14 @@
"repo": "https://github.com/nwolverson/purescript-aff-promise.git",
"version": "v1.0.0"
},
"aff-reattempt": {
"dependencies": [
"aff",
"refs"
],
"repo": "https://github.com/slamdata/purescript-aff-reattempt.git",
"version": "v4.0.0"
},
"affjax": {
"dependencies": [
"aff",
@ -2101,6 +2109,16 @@
"repo": "https://github.com/natefaubion/purescript-variant.git",
"version": "v4.0.0"
},
"webdriver": {
"dependencies": [
"aff",
"aff-promise",
"aff-reattempt",
"dom"
],
"repo": "https://github.com/slamdata/purescript-webdriver",
"version": "v5.0.0"
},
"websocket-simple": {
"dependencies": [
"dom",