chrome-location
Advanced tools
Comparing version
@@ -7,3 +7,3 @@ module.exports = null | ||
if (process.platform !== 'win32') | ||
return module.exports = 'google-chrome' | ||
return module.exports = require('which').sync('google-chrome') | ||
@@ -10,0 +10,0 @@ var fs = require('fs') |
{ | ||
"name": "chrome-location", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Approximates the current location of Google Chrome on your system", | ||
@@ -13,3 +13,5 @@ "main": "index.js", | ||
}, | ||
"dependencies": {}, | ||
"dependencies": { | ||
"which": "^1.0.5" | ||
}, | ||
"devDependencies": {}, | ||
@@ -31,2 +33,2 @@ "repository": { | ||
} | ||
} | ||
} |
3025
1.65%1
Infinity%+ Added
+ Added
+ Added