From fabea339f23f3f79033ea2a28d619a438bd6dd46 Mon Sep 17 00:00:00 2001 From: Susumu Fujii Date: Fri, 27 Dec 2024 11:51:01 +0900 Subject: [PATCH] chore: fix package.type --- package.json | 3 +-- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2c6f802..486fb66 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -32,7 +32,6 @@ }, "author": "Susumu Fujii", "license": "MIT", - "type": "module", "dependencies": { "commander": "^10.0.0", "cross-env": "^7.0.3", diff --git a/yarn.lock b/yarn.lock index e6d6aef..9d2d3f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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