From 357c09faac7d0f0077f0e5a3703268c32de7213d Mon Sep 17 00:00:00 2001 From: Nano Vazquez Date: Wed, 1 Jul 2020 20:21:22 -0300 Subject: [PATCH] chore(package.json): Fix repository URL --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6612423..8bca1cc 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/exosjs/exos.git" + "url": "https://github.com/exosjs/exos-cli.git" }, "keywords": [ "react", @@ -34,9 +34,9 @@ "author": "nanovazquez ", "license": "MIT", "bugs": { - "url": "https://github.com/exosjs/exos/issues" + "url": "https://github.com/exosjs/exos-cli/issues" }, - "homepage": "https://github.com/exosjs/exos#readme", + "homepage": "https://github.com/exosjs/exos-cli#readme", "dependencies": { "fs-extra": "^9.0.0", "yargs-interactive": "^3.0.0"