Skip to content

Commit

Permalink
Merge pull request #5 from Travix-International/replace-open-to-opn-p…
Browse files Browse the repository at this point in the history
…ackage

Replace dependency open to opn package
  • Loading branch information
h-wijaya authored Mar 7, 2019
2 parents 21f7aea + ddb1b63 commit 1cc06e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion binaries/l10ns
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var commands = require('commander');
var spawn = require('child_process').spawn;
var findup = require('findup-sync');
var path = require('path');
var open = require('open');
var open = require('opn');
var _ = require('underscore');
var fs = require('fs');
var glob = require('glob');
Expand Down
2 changes: 1 addition & 1 deletion interface/start.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

require('../binaries/l10ns');

var open = require('open');
var open = require('opn');

/**
* Set inServer and inClient globals
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"lunr": "~0.4.3",
"minimatch": "^2.0.10",
"mkdirp": "~0.5.0",
"open": "0.0.3",
"opn": "5.4.0",
"os-name": "^1.0.3",
"prompt": "~0.2.12",
"q": "~1.0.0",
Expand Down

0 comments on commit 1cc06e2

Please sign in to comment.