Skip to content

Commit

Permalink
Add explicit dependency on request
Browse files Browse the repository at this point in the history
Closes #98
  • Loading branch information
alxndrsn committed Oct 23, 2018
1 parent b8d2528 commit e458b50
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 91 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v1.18.5
* Add explicit dependency on request

## v1.18.4
* Support due date for contact-based tasks
* Add FIXME for unnamed test
Expand Down
125 changes: 35 additions & 90 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medic-conf",
"version": "1.18.4",
"version": "1.18.5",
"description": "Configure Medic Mobile deployments",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -37,6 +37,7 @@
"pouchdb-mapreduce": "^7.0.0",
"readline-sync": "^1.4.9",
"redact-basic-auth": "^1.0.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"semver": "^5.6.0",
"svgo": "^1.1.1",
Expand Down

0 comments on commit e458b50

Please sign in to comment.