Skip to content

Commit

Permalink
fix/heroku issue with qs module
Browse files Browse the repository at this point in the history
  • Loading branch information
dubhcait committed Apr 11, 2019
1 parent 09fe48e commit 924c2d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 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
Expand Up @@ -29,6 +29,7 @@
},
"dependencies": {
"env2": "^2.2.2",
"pg": "^7.9.0"
"pg": "^7.9.0",
"qs": "^6.7.0"
}
}

0 comments on commit 924c2d1

Please sign in to comment.