@seahworks/branch-cli 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -47,7 +47,7 @@ feature/2024/appr/aaaa0000000/1229-sr2612-01234
47
47
 
48
48
  ## 요구사항
49
49
 
50
- - Node.js 22 이상
50
+ - Node.js 18 이상
51
51
  - Git
52
52
  - Yarn 또는 npm
53
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seahworks/branch-cli",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "세아웍스 Git 브랜치 네이밍 규칙 준수 도구",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
@@ -25,7 +25,7 @@
25
25
  "chalk": "^5.3.0"
26
26
  },
27
27
  "engines": {
28
- "node": ">=22.0.0"
28
+ "node": ">=18.0.0"
29
29
  },
30
30
  "repository": {
31
31
  "type": "git",