@mac-bug-screenshot/native-host 1.0.14 → 1.0.15

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,6 +14,12 @@ npm install -g @mac-bug-screenshot/native-host
14
14
  mac-bug-screenshot-install
15
15
  ```
16
16
 
17
+ ## 삭제
18
+
19
+ ```bash
20
+ npm uninstall -g @mac-bug-screenshot/native-host
21
+ ```
22
+
17
23
  ## 동작
18
24
 
19
25
  - 전체 화면 캡처 후 Preview를 자동으로 엽니다.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mac-bug-screenshot/native-host",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "Native messaging host for Mac Bug Screenshot.",
5
5
  "bin": {
6
6
  "mac-bug-screenshot-install": "bin/install.js"