@mac-bug-screenshot/native-host 1.0.1 → 1.0.2

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 (3) hide show
  1. package/README.md +5 -0
  2. package/host.js +1 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -18,3 +18,8 @@ mac-bug-screenshot-install <확장_프로그램_ID>
18
18
 
19
19
  - 전체 화면 캡처 후 Preview를 자동으로 엽니다.
20
20
  - 저장 경로는 확장 프로그램에서 전달받습니다.
21
+
22
+ ## 게시 정보
23
+
24
+ - npm 패키지: https://www.npmjs.com/package/@mac-bug-screenshot/native-host
25
+ - 현재 버전: 1.0.1
package/host.js CHANGED
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  const fs = require("fs");
2
3
  const path = require("path");
3
4
  const os = require("os");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mac-bug-screenshot/native-host",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Native messaging host for Mac Bug Screenshot.",
5
5
  "bin": {
6
6
  "mac-bug-screenshot-install": "bin/install.js"