Skip to content

Commit 74204c8

Browse files
author
Boris Yakubchik
committed
builds and runs tests
1 parent f9682e4 commit 74204c8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"clipboardy": "^2.1.0",
5858
"diff2html": "^2.7.0",
5959
"extend": "^3.0.2",
60-
"open": "^6.0.0",
60+
"open": "^6.4.0",
6161
"request": "^2.88.0",
6262
"yargs": "^13.2.1"
6363
},

src/cli.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ type PostType = 'browser' | 'pbcopy';
1010

1111
const clipboardy = require('clipboardy');
1212
const fs = require('fs');
13-
const ncp = require('copy-paste');
14-
const opn = require('opn');
13+
const opn = require('open');
1514
const os = require('os');
1615
const path = require('path');
1716

0 commit comments

Comments
 (0)