Skip to content

Commit

Permalink
Replacing the opn module with open since it was renamed. (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion authored Sep 9, 2019
1 parent f280035 commit 8bde210
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion cmds/open.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const config = require('config');
const open = require('opn');
const open = require('open');
const configStore = require('../lib/configstore');
const loginCmd = require('./login');

Expand Down
8 changes: 0 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"gray-matter": "^4.0.1",
"isemail": "^3.1.3",
"oas": "0.8.16",
"opn": "^6.0.0",
"open": "^6.4.0",
"read": "^1.0.7",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
Expand Down

0 comments on commit 8bde210

Please sign in to comment.