Skip to content

Commit

Permalink
chore(package.json): Fix repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
nanovazquez committed Jul 1, 2020
1 parent 37ab990 commit 357c09f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/exosjs/exos.git"
"url": "https://github.com/exosjs/exos-cli.git"
},
"keywords": [
"react",
Expand All @@ -34,9 +34,9 @@
"author": "nanovazquez <[email protected]>",
"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"
Expand Down

0 comments on commit 357c09f

Please sign in to comment.