Skip to content

Commit

Permalink
Reorder Unix browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyclarkson committed May 24, 2016
1 parent e0ac5c2 commit 860e1fa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/local/platform/unix.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
var path = require('path');

module.exports = {
chrome: {
pathQuery: 'which chromium-browser chromium google-chrome google-chrome-stable || true',
process: 'chrom(e|ium( --(?!type)[^=]+=[^ ]+)*)',
opensTab: true,
args: ['--no-first-run']
},
firefox: {
pathQuery: 'which firefox',
process: 'firefox',
Expand All @@ -19,6 +13,12 @@ module.exports = {
pathQuery: 'which opera',
process: 'opera'
},
chrome: {
pathQuery: 'which chromium-browser chromium google-chrome google-chrome-stable || true',
process: 'chrom(e|ium( --(?!type)[^=]+=[^ ]+)*)',
opensTab: true,
args: ['--no-first-run']
},
phantom: {
pathQuery: 'which phantomjs',
process: 'phantomjs',
Expand Down

0 comments on commit 860e1fa

Please sign in to comment.