Skip to content

Commit

Permalink
v0.3.7 disable wotb 0.6.x features
Browse files Browse the repository at this point in the history
  • Loading branch information
librelois committed Jul 10, 2017
1 parent ab2a63a commit c5cb574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/constants.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";

module.exports = {
USE_WOTB6: true,
USE_WOTB6: false,
MIN_WILLMEMBERS_UPDATE_FREQ: 180,
MIN_MEMBERS_UPDATE_FREQ: 180,
STEP_COUNT_MIN: 4,
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"node-pre-gyp": "^0.6.34",
"q": "1.5.0",
"request": "^2.81.0",
"request-promise": "4.2.0",
"wotb": "^0.6.2",
"request-promise": "4.2.0"
},
"devDependencies": {
"duniter": "1.3.14",
Expand Down

0 comments on commit c5cb574

Please sign in to comment.