diff options
author | Piyush Dixit <79581397+PiyushDixit96@users.noreply.github.com> | 2021-05-10 17:51:31 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 17:51:31 +0530 |
commit | 822938a818826d81b7b70650325bae1337ba7409 (patch) | |
tree | ea90ac2bf1b40f8cfb1a71efb79eddec5374d158 | |
parent | 9fad0f08832a014ce4c36927f0a14cbe447441d0 (diff) |
Update package.json
-rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 6bf0a31..fec84dd 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,12 @@ { "name": "binance-spot-order-notifier", "version": "1.0.0", - "private": true, "description": "Binance does not currently offer notifications when orders are created, cancelled or fulfilled etc.. With this repo you will receive telegram notifications for your binance spot order status.", "main": "index.js", + "repository" : { + "type" : "git", + "url" : "https://github.com/PiyushDixit96/binance-order-notifier.git" + }, "dependencies": { "binance": "^1.3.5", "dotenv": "^9.0.0", |