Skip to content
This repository has been archived by the owner on Nov 16, 2017. It is now read-only.

Commit

Permalink
Update edge-launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
nickserv committed Mar 18, 2017
1 parent 7ff3be8 commit 5f33f01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function EdgeBrowser (baseBrowserDecorator, logger) {
EdgeBrowser.prototype = {
name: 'Edge',
DEFAULT_CMD: {
win32: require.resolve('edge-launcher/Win32/MicrosoftEdgeLauncher.exe')
win32: require.resolve('edge-launcher/dist/x86/MicrosoftEdgeLauncher.exe')
},
ENV_CMD: 'EDGE_BIN'
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"author": "Nick McCurdy <[email protected]> (http://nickmccurdy.com/)",
"dependencies": {
"edge-launcher": "1.0.1"
"edge-launcher": "1.2.2"
},
"peerDependencies": {
"karma": ">=0.9"
Expand Down

0 comments on commit 5f33f01

Please sign in to comment.