From 23e7154f2f83903a1a8d931a7ce431fdbf3f91a7 Mon Sep 17 00:00:00 2001 From: Piotr Rogowski Date: Mon, 11 Sep 2023 17:04:19 +0200 Subject: [PATCH] Update github dependency format --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 4dc76f1..d14f218 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.7.6", "license": "MIT", "dependencies": { - "@hyper-tuner/types": "git+https://github.com/hyper-tuner/types.git", + "@hyper-tuner/types": "github:hyper-tuner/types", "js-yaml": "^4.1.0", "parsimmon": "^1.18.1" },