Skip to content

Commit

Permalink
chore(package): dev deps version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Oct 16, 2017
1 parent 12c5526 commit 686f0c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion add-on/src/lib/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,6 @@ function uploadResultHandler (err, result) {

async function findUrlForContext (context) {
if (context) {
console.log(context)
if (context.linkUrl) {
// present when clicked on a link
return context.linkUrl
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,23 @@
"cross-env": "5.0.5",
"fakefile": "0.0.9",
"fs-promise": "2.0.3",
"fx-runner": "1.0.7",
"fx-runner": "1.0.8",
"geckodriver": "1.9.0",
"husky": "0.14.3",
"karma": "1.7.1",
"karma-babel-preprocessor": "6.0.1",
"karma-babel-preprocessor": "7.0.0",
"karma-chai": "0.1.0",
"karma-coverage": "1.1.1",
"karma-coveralls": "1.1.2",
"karma-firefox-launcher": "1.0.1",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.4",
"karma-sinon": "1.0.5",
"mocha": "3.5.3",
"mocha": "4.0.1",
"npm-run-all": "4.1.1",
"selenium-webdriver": "3.6.0",
"shx": "0.2.2",
"sinon": "4.0.0",
"sinon": "4.0.1",
"standard": "10.0.3",
"sinon-chrome": "2.2.1",
"web-ext": "2.2.2"
Expand Down

0 comments on commit 686f0c0

Please sign in to comment.