Skip to content

Commit

Permalink
v0.4.2 disable wotb0.6 features
Browse files Browse the repository at this point in the history
  • Loading branch information
librelois committed Jul 25, 2017
1 parent 0f6ac90 commit 03d479e
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,
DEFAULT_LANGUAGE: "fr",
MIN_WILLMEMBERS_UPDATE_FREQ: 180,
MIN_MEMBERS_UPDATE_FREQ: 180,
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 03d479e

Please sign in to comment.