From 822938a818826d81b7b70650325bae1337ba7409 Mon Sep 17 00:00:00 2001 From: Piyush Dixit <79581397+PiyushDixit96@users.noreply.github.com> Date: Mon, 10 May 2021 17:51:31 +0530 Subject: Update package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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", -- cgit v1.2.3