fix Compatible version

This commit is contained in:
Piyush Dixit 2021-09-20 05:19:38 +05:30 committed by GitHub
parent f82f87e357
commit 4bf86226e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,11 @@
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"dependencies": { "dependencies": {
"binance": "^1.3.5", "binance": "1.3.5",
"dotenv": "^9.0.0", "dotenv": "9.0.0",
"express": "^4.17.1", "express": "4.17.1",
"request": "^2.88.2", "request": "2.88.2",
"request-promise": "^4.2.6" "request-promise": "4.2.6"
}, },
"devDependencies": {}, "devDependencies": {},
"engines": { "engines": {