@sotnak/react-wakatime-global-stats 0.2.0 → 0.2.1

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": "@sotnak/react-wakatime-global-stats",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- import 'bootstrap/dist/css/bootstrap.css';
3
- declare const _default: {
4
- sum: JSX.Element;
5
- average: JSX.Element;
6
- median: JSX.Element;
7
- editors: JSX.Element;
8
- operating_systems: JSX.Element;
9
- };
10
- export default _default;
@@ -1,4 +0,0 @@
1
- /// <reference types="react" />
2
- import 'bootstrap/dist/css/bootstrap.css';
3
- declare const _default: JSX.Element;
4
- export default _default;
@@ -1,10 +0,0 @@
1
- declare namespace _default {
2
- const input: string;
3
- const output: {
4
- file: string;
5
- format: string;
6
- }[];
7
- const external: string[];
8
- const plugins: any[];
9
- }
10
- export default _default;
@@ -1,22 +0,0 @@
1
- export const entry: string;
2
- export const mode: string;
3
- export namespace module {
4
- const rules: ({
5
- test: RegExp;
6
- exclude: RegExp[];
7
- use: {
8
- loader: string;
9
- };
10
- } | {
11
- test: RegExp;
12
- use: string[];
13
- exclude?: undefined;
14
- })[];
15
- }
16
- export namespace resolve {
17
- const extensions: string[];
18
- }
19
- export namespace output {
20
- const filename: string;
21
- const path: string;
22
- }