western-world 3.0.330 → 3.0.331

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "western-world",
3
- "version": "3.0.330",
3
+ "version": "3.0.331",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
package/src/svg/index.js CHANGED
@@ -170,8 +170,10 @@ export const cells = {
170
170
  casino: {
171
171
  svgPath: require('./cells/casino.svg'),
172
172
  scssPath: require('!!css-loader!sass-loader!../scss/cells/casino.scss').default,
173
- defs: [{ name: 'winner', value: winner, type: 'symbol' }],
174
- defs: [{ name: 'lost', value: lost, type: 'symbol' }],
173
+ defs: [
174
+ { name: 'winner', value: winner, type: 'symbol' },
175
+ { name: 'lost', value: lost, type: 'symbol' },
176
+ ],
175
177
  },
176
178
  coffee: {
177
179
  svgPath: require('./cells/coffee.svg'),