Skip to content

Commit

Permalink
#1667 rename dependency opn to open (#1677)
Browse files Browse the repository at this point in the history
#1667 rename dependency opn to open
  • Loading branch information
feross authored Sep 6, 2019
2 parents e8835c3 + 24394a9 commit 647eaf5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions bin/open-config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node

const { CONFIG_PATH } = require('../src/config')
const opn = require('opn')
const open = require('open')

opn(CONFIG_PATH)
open(CONFIG_PATH)
8 changes: 4 additions & 4 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 @@ -62,7 +62,7 @@
"gh-release": "^3.5.0",
"minimist": "^1.2.0",
"nodemon": "^1.19.2",
"opn": "^6.0.0",
"open": "^6.4.0",
"plist": "^3.0.1",
"pngjs": "^3.4.0",
"run-series": "^1.1.8",
Expand Down

0 comments on commit 647eaf5

Please sign in to comment.