From 313b7af68c7b5375efc17ababd6b06f77eecc0ef Mon Sep 17 00:00:00 2001 From: Volodymyr Kolesnykov Date: Mon, 9 Dec 2024 08:13:59 +0200 Subject: [PATCH] chore: fix issues is `package.json` --- npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 94facd0e9..bf7228e88 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -31,7 +31,7 @@ "ini": "5.0.0", "js-yaml": "^4.1.0", "jwt-decode": "4.0.0", - "lando": "github:automattic/lando-cli.git#6ca2668", + "lando": "github:automattic/lando-cli#6ca2668", "node-fetch": "^2.6.1", "node-stream-zip": "1.15.0", "open": "^10.0.0", @@ -20180,7 +20180,7 @@ }, "lando": { "version": "git+ssh://git@github.com/automattic/lando-cli.git#4d8465ece983ee6242528b54de6738f00804ca0d", - "from": "lando@github:automattic/lando-cli.git#6ca2668", + "from": "lando@github:automattic/lando-cli#6ca2668", "requires": { "@lando/compose": "1.0.0", "axios": "^1.7.2", diff --git a/package.json b/package.json index 10dd4f3aa..4e8935585 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/Automattic/vip-cli" + "url": "git+https://github.com/Automattic/vip-cli.git" }, "keywords": [ "cli", @@ -161,7 +161,7 @@ "ini": "5.0.0", "js-yaml": "^4.1.0", "jwt-decode": "4.0.0", - "lando": "github:automattic/lando-cli.git#6ca2668", + "lando": "github:automattic/lando-cli#6ca2668", "node-fetch": "^2.6.1", "node-stream-zip": "1.15.0", "open": "^10.0.0",