@seahworks/branch-cli 1.0.7 → 1.0.8

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -258,10 +258,10 @@ $ -branch
258
258
 
259
259
  ```bash
260
260
  # Yarn
261
- yarn global upgrade @/branch-cli
261
+ yarn global upgrade @seahworks/branch-cli
262
262
 
263
263
  # npm
264
- npm update -g @/branch-cli
264
+ npm update -g @seahworks/branch-cli
265
265
  ```
266
266
 
267
267
  ## 문제 해결
@@ -337,7 +337,7 @@ PATH 설정이 어려운 경우:
337
337
  #### npx 사용 (npm 설치 시)
338
338
 
339
339
  ```bash
340
- npx @/branch-cli
340
+ npx @seahworks/branch-cli
341
341
  ```
342
342
 
343
343
  #### 전체 경로로 실행
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seahworks/branch-cli",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "세아웍스 Git 브랜치 네이밍 규칙 준수 도구",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",