enefel 1.0.158 → 1.0.160

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/package.json +1 -1
  2. package/stadium.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "enefel",
3
- "version": "1.0.158",
3
+ "version": "1.0.160",
4
4
  "main": "index.js",
5
5
  "author": "Manest",
6
6
  "license": "MIT",
package/stadium.js CHANGED
@@ -197,8 +197,8 @@ const getStadiumCapacity = (w, h) => {
197
197
  };
198
198
 
199
199
  const getStadiumFan = (w, h) => {
200
- // No more limit
201
- let nb = 50;
200
+ // No more limit?
201
+ let nb = 27;
202
202
  return nb;
203
203
  };
204
204