From 8deb2b88e24771bf3c808baf33b32ff008eb46b9 Mon Sep 17 00:00:00 2001 From: Volodymyr Kolesnykov Date: Mon, 9 Dec 2024 22:11:08 +0200 Subject: [PATCH] chore: fix issues in `package.json` (#2149) --- 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 71baa6448..f6d0262a3 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", @@ -20181,7 +20181,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",