Skip to content

Commit

Permalink
chore: fix package.type
Browse files Browse the repository at this point in the history
  • Loading branch information
sujii committed Dec 27, 2024
1 parent 77ea078 commit fabea33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "actorcli",
"version": "1.0.2-alpha",
"version": "1.0.3-alpha",
"description": "A CLI tool for managing GitHub Actions workflows and environment variables.",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -32,7 +32,6 @@
},
"author": "Susumu Fujii",
"license": "MIT",
"type": "module",
"dependencies": {
"commander": "^10.0.0",
"cross-env": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ __metadata:
vitest: "npm:^0.34.1"
zod: "npm:^3.24.1"
bin:
actor: ./dist/index.js
actor: dist/index.js
languageName: unknown
linkType: soft

Expand Down

0 comments on commit fabea33

Please sign in to comment.