enefel 1.0.165 → 1.0.167

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/league.js +2 -2
  2. package/package.json +1 -1
package/league.js CHANGED
@@ -2,9 +2,9 @@ const { GAME_TYPE } = require("./game");
2
2
  const { canPlayLeague } = require("./state");
3
3
 
4
4
  const MIN_OPEN_SIZE = 4;
5
- const GROUP_SIZE = 6;
5
+ const GROUP_SIZE = 0;
6
6
  const HAS_NEXT_SEASON_PLAYOFF = false;
7
- const CAN_CHOOSE_TO_PARTICIPATE = true;
7
+ const CAN_CHOOSE_TO_PARTICIPATE = false;
8
8
  const HOME_AND_AWAY = false;
9
9
  const NUMBER_TEAM_CHANGE = 2;
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "enefel",
3
- "version": "1.0.165",
3
+ "version": "1.0.167",
4
4
  "main": "index.js",
5
5
  "author": "Manest",
6
6
  "license": "MIT",