We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9682e4 commit 74204c8Copy full SHA for 74204c8
package.json
@@ -57,7 +57,7 @@
57
"clipboardy": "^2.1.0",
58
"diff2html": "^2.7.0",
59
"extend": "^3.0.2",
60
- "open": "^6.0.0",
+ "open": "^6.4.0",
61
"request": "^2.88.0",
62
"yargs": "^13.2.1"
63
},
src/cli.ts
@@ -10,8 +10,7 @@ type PostType = 'browser' | 'pbcopy';
10
11
const clipboardy = require('clipboardy');
12
const fs = require('fs');
13
-const ncp = require('copy-paste');
14
-const opn = require('opn');
+const opn = require('open');
15
const os = require('os');
16
const path = require('path');
17
0 commit comments