Skip to content

Commit

Permalink
feat(Readme): links
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Jan 8, 2022
1 parent 0061549 commit 81ad565
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gcommands/cli",
"version": "0.1.0",
"description": "",
"description": "Generate projects, components, etc",
"type": "module",
"main": "dist/cli.mjs",
"bin": {
Expand All @@ -12,6 +12,14 @@
"lint": "npx eslint .",
"build:babel": "npx babel --extensions .ts ./src -d ./dist --minified --copy-files --out-file-extension .mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Garlic-Team/gcommands-cli.git"
},
"bugs": {
"url": "https://github.com/Garlic-Team/gcommands-cli/issues"
},
"homepage": "https://github.com/Garlic-Team/gcommands-cli#readme",
"author": "Garlic-Team",
"license": "ISC",
"dependencies": {
Expand Down

0 comments on commit 81ad565

Please sign in to comment.