Merge pull request #1484 from sibiraj-s/patch-1

fix: replace dependency `open` with `opn`
This commit is contained in:
Borewit
2018-10-06 00:06:17 +02:00
committed by GitHub
3 changed files with 3850 additions and 1664 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env node
const config = require('../src/config')
const open = require('open')
const { CONFIG_PATH } = require('../src/config')
const opn = require('opn')
open(config.CONFIG_PATH)
opn(CONFIG_PATH)

5506
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -63,7 +63,7 @@
"minimist": "^1.2.0",
"nobin-debian-installer": "0.0.10",
"nodemon": "^1.10.2",
"open": "0.0.5",
"opn": "^5.4.0",
"plist": "^3.0.1",
"pngjs": "^3.0.0",
"run-series": "^1.1.4",