Skip to content

Commit 1b8ae26

Browse files
committed
feat: optionalDependencies 나머지 7개 platform 추가
1 parent 6a05832 commit 1b8ae26

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

npm/jgf/package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jgf",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"type": "commonjs",
55
"description": "Jira-GitHub Flow CLI tool for seamless project management",
66
"keywords": ["jira", "github", "cli", "workflow", "productivity"],
@@ -24,6 +24,13 @@
2424
"README.md"
2525
],
2626
"optionalDependencies": {
27-
"jgf-darwin-arm64": "0.1.5"
27+
"jgf-win32-x64": "0.1.8",
28+
"jgf-win32-arm64": "0.1.8",
29+
"jgf-linux-x64-gnu": "0.1.8",
30+
"jgf-linux-arm64-gnu": "0.1.8",
31+
"jgf-linux-x64-musl": "0.1.8",
32+
"jgf-linux-arm64-musl": "0.1.8",
33+
"jgf-darwin-x64": "0.1.8",
34+
"jgf-darwin-arm64": "0.1.8"
2835
}
2936
}

0 commit comments

Comments
 (0)