Skip to content

Commit

Permalink
Merge pull request #41 from vansergen/dependencies
Browse files Browse the repository at this point in the history
Dependencies
  • Loading branch information
vansergen authored Nov 4, 2019
2 parents 3f59017 + ec6dc2e commit 50235f9
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 85 deletions.
210 changes: 128 additions & 82 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "poloniex-node-api",
"version": "0.5.1",
"version": "0.5.2",
"description": "Poloniex Node.js API",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"engines": {
"node": "^10.16.0"
"node": ">=10.16.0"
},
"types": "index.d.ts",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@types/node": "^12.12.5",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"request-promise-native": "^1.0.8",
"ws": "^7.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit 50235f9

Please sign in to comment.