clitrigger 0.1.10 → 0.1.11

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.
package/README.md CHANGED
@@ -209,7 +209,7 @@ clitrigger config password # Change password
209
209
 
210
210
  ```bash
211
211
  # 1. Clone & install
212
- git clone https://github.com/OSgoodYZ/CLITrigger.git
212
+ git clone https://github.com/HyperAITeam/CLITrigger.git
213
213
  cd CLITrigger
214
214
  npm install
215
215
  cd src/client && npm install && cd ../..
package/README_KR.md CHANGED
@@ -209,7 +209,7 @@ clitrigger config password # 비밀번호 변경
209
209
 
210
210
  ```bash
211
211
  # 1. 클론 & 설치
212
- git clone https://github.com/OSgoodYZ/CLITrigger.git
212
+ git clone https://github.com/HyperAITeam/CLITrigger.git
213
213
  cd CLITrigger
214
214
  npm install
215
215
  cd src/client && npm install && cd ../..
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clitrigger",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "clitrigger": "bin/clitrigger.js"