Merge pull request #58 from bigchaindb/fix/test

fix test
This commit is contained in:
Matthias Kretschmann 2019-01-14 13:48:21 +01:00 committed by GitHub
commit 6c7aa8e861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ const handleResponse = res => {
if (res.status !== 200) { if (res.status !== 200) {
return logError('Non-200 response code from GitHub: ' + res.status) return logError('Non-200 response code from GitHub: ' + res.status)
} }
return res.json() return res.json()
} }

View File

@ -19,7 +19,7 @@
"micro": "9.3.3", "micro": "9.3.3",
"ms": "2.1.1", "ms": "2.1.1",
"node-fetch": "2.3.0", "node-fetch": "2.3.0",
"request": "^2.85.0" "request": "^2.88.0"
}, },
"devDependencies": { "devDependencies": {
"ava": "^1.0.1", "ava": "^1.0.1",