Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sujii committed Dec 27, 2024
1 parent 9902150 commit f154e46
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "actorcli",
"name": "@vvvvise/actorcli",
"version": "1.0.5-alpha",
"description": "A CLI tool for managing GitHub Actions workflows and environment variables.",
"main": "dist/index.js",
Expand Down Expand Up @@ -63,5 +63,16 @@
"engines": {
"node": ">=20.0.0"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vvvvise/actorcli.git"
},
"bugs": {
"url": "https://github.com/vvvvise/actorcli/issues"
},
"homepage": "https://github.com/vvvvise/actorcli#readme"
}

0 comments on commit f154e46

Please sign in to comment.