Skip to content

Commit 8d11586

Browse files
nanasessclaude
andcommitted
chore: 不要な version フィールドを package.json から削除
private: true で npm publish されないため version は npm 仕様上 optional であり、action.yml・dist バンドルからも参照されない。実際リリースタグと 乖離したまま放置されていた (v2.4.0 でも 2.0.0) ので、混乱を避けるため削除する。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 38db136 commit 8d11586

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "setup-chromedriver",
3-
"version": "2.0.0",
43
"private": true,
54
"description": "setup-chromedriver",
65
"type": "module",

0 commit comments

Comments
 (0)