#1667 rename dependency opn to open

This commit is contained in:
Borewit
2019-09-06 20:46:29 +02:00
parent e8835c3054
commit 24394a9028
3 changed files with 7 additions and 7 deletions

View File

@@ -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)