@everymatrix/player-bonus-history 1.0.69 → 1.0.71

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-bonus-history",
3
- "version": "1.0.69",
3
+ "version": "1.0.71",
4
4
  "type": "module",
5
5
  "main": "es2015/player-bonus-history.cjs",
6
6
  "module": "es2015/player-bonus-history.js",
@@ -11,13 +11,14 @@
11
11
  },
12
12
  "./es2015/player-bonus-history.cjs": "./es2015/player-bonus-history.cjs"
13
13
  },
14
- "files": [
15
- "es2015/"
14
+ "files": [
15
+ "es2015/",
16
+ "components"
16
17
  ],
17
18
  "publishConfig": {
18
19
  "access": "public"
19
20
  },
20
21
  "dependencies": {
21
- "@everymatrix/player-bonus-card": "1.0.69"
22
+ "@everymatrix/player-bonus-card": "1.0.71"
22
23
  }
23
24
  }