Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Initial check-in
Browse files Browse the repository at this point in the history
For #7344
  • Loading branch information
mrose17 committed Mar 2, 2017
1 parent 0e68342 commit 03cba95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/ledger.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ var client
const clientOptions = { debugP: process.env.LEDGER_DEBUG,
loggingP: process.env.LEDGER_LOGGING,
verboseP: process.env.LEDGER_VERBOSE,
server: process.env.LEDGER_SERVER_URL
server: process.env.LEDGER_SERVER_URL,
executeScriptInBackground: Tabs.executeScriptInBackground
}

var doneTimer
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"keytar": "^3.0.0",
"l20n": "^3.5.1",
"ledger-balance": "^0.8.64",
"ledger-client": "^0.8.129",
"ledger-client": "^0.8.132",
"ledger-geoip": "^0.8.75",
"ledger-publisher": "^0.8.124",
"lru-cache": "^1.0.0",
Expand Down

0 comments on commit 03cba95

Please sign in to comment.