@everymatrix/player-bonus-history 1.44.0 → 1.45.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,13 +0,0 @@
1
- import { html } from 'lit-element';
2
-
3
- import PlayerBonusHistory from '../src/PlayerBonusHistory';
4
-
5
- // This default export determines where your story goes in the story list
6
- export default {
7
- title: 'PlayerBonusHistory',
8
- };
9
-
10
- // 👇 We create a “template” of how args map to rendering
11
- const PlayerBonusHistory = ({ aProperty }) => html`<player-bonus-history></player-bonus-history>`;
12
-
13
- export const FirstStory = PlayerBonusHistory.bind({});
package/tsconfig.json DELETED
@@ -1,6 +0,0 @@
1
- {
2
- "extends": "@tsconfig/svelte/tsconfig.json",
3
-
4
- "include": ["src/**/*"],
5
- "exclude": ["node_modules/*", "__sapper__/*", "public/*"]
6
- }