@crosscopy/clipboard 0.1.8 → 0.1.9

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 +1 -1
package/README.md CHANGED
@@ -74,7 +74,7 @@ Format: `process.platform/process.arch`
74
74
 
75
75
  The process here is from nodejs.
76
76
 
77
- Supported platforms can be found in `go-clipboard-monitor`.
77
+ Supported platforms can be found in `go-clipboard/binaries`.
78
78
 
79
79
  If your nodejs gives different platform or arch, it may not work.
80
80
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crosscopy/clipboard",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Cross Platform Clipboard listener that detects both text and image update in clipboard",
5
5
  "source": "index.ts",
6
6
  "types": "./dist/index.d.ts",