Skip to content

Commit

Permalink
docs: improve CLI package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Mar 30, 2024
1 parent 086b21c commit 3232928
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@
"version": "0.1.4",
"description": "The command-line interface for Shelve",
"author": "HugoRCD",
"repository": "https://github.com/HugoRCD/shelve",
"repository": {
"type": "git",
"url": "git+https://github.com/HugoRCD/shelve.git",
"directory": "apps/cli"
},
"funding": "https://github.com/sponsors/HugoRCD",
"bugs": {
"url": "https://github.com/HugoRCD/shelve/issues"
},
"homepage": "https://github.com/HugoRCD/shelve#readme",
"homepage": "https://shelve.hrcd.fr",
"scripts": {
"build": "automd && unbuild",
"start": "node ./dist/index.mjs",
Expand Down

0 comments on commit 3232928

Please sign in to comment.