Skip to content

Commit

Permalink
grunt-selenium-webdriver dependency updated to master GitHub branch, …
Browse files Browse the repository at this point in the history
…as NPM module is out of date. Fixes #566 and replaces 2c349d0
  • Loading branch information
danielweck committed Mar 20, 2017
1 parent 2c349d0 commit 096fa4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build-config/selenium_webdriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ child.on('exit', function() {
function(err, fileContents) {
if (!err) {

fileContents = fileContents.replace("// installed as module or locally?", "if (true) { } else ");
// See https://github.com/readium/readium-js-viewer/issues/566
// fileContents = fileContents.replace("// installed as module or locally?", "if (true) { } else ");

var func = eval("( function(){"+fileContents+"; return {start: start, stop: stop}; } )");
var api = func();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"mocha": "latest",
"wd": "latest",
"phantomjs-prebuilt": "latest",
"grunt-selenium-webdriver": "latest",
"grunt-selenium-webdriver": "levexis/grunt-selenium-webdriver",
"crx": "latest",
"chai": "latest",
"chai-as-promised": "latest",
Expand Down
2 changes: 1 addition & 1 deletion package/package_base.cson
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ devDependencies:
"phantomjs-prebuilt": 'latest'

#"grunt": 'latest'
"grunt-selenium-webdriver": 'latest'
"grunt-selenium-webdriver": 'levexis/grunt-selenium-webdriver'
#"selenium-webdriver": 'latest'

"crx": 'latest'
Expand Down

0 comments on commit 096fa4c

Please sign in to comment.