From 2d31ad8646c0a657661d61f87ece3a5e42e33734 Mon Sep 17 00:00:00 2001 From: Engin KIZIL Date: Thu, 3 Feb 2022 16:59:50 +0300 Subject: [PATCH] Update package.json --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e0f903c..1416abc 100644 --- a/package.json +++ b/package.json @@ -18,9 +18,10 @@ "url": "https://github.com/enginkizil/FeedEk/issues" }, "dependencies": { - "custom": "git+ssh://git@github.com:enginkizil/FeedEk.git#3.2.0" + "my-package": "git+ssh://git@github.com:enginkizil/FeedEk.git" }, "scripts": { - "postinstall": "npm update && npm i custom" + "postinstall": "npm update && npm i my-package" } + }