diff --git a/cli/package.json b/cli/package.json index b3088cf..563c03d 100644 --- a/cli/package.json +++ b/cli/package.json @@ -3,6 +3,7 @@ "version": "1.7.337", "description": "The Jake Jarvis CLI", "homepage": "https://jarv.is/cli/", + "repository": "https://github.com/jakejarvis/jakejarvis.git", "bugs": "https://github.com/jakejarvis/jakejarvis/issues", "license": "MIT", "keywords": [ @@ -17,10 +18,6 @@ "email": "jake@jarv.is", "url": "https://jarv.is/" }, - "repository": { - "type": "git", - "url": "git+https://github.com/jakejarvis/jakejarvis.git" - }, "engines": { "node": "^10 || ^12 || >=14" },