Skip to content

Commit a0604bf

Browse files
committed
finished version 0.0.6
1 parent 4b841f7 commit a0604bf

File tree

14 files changed

+105
-5715
lines changed

14 files changed

+105
-5715
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,8 @@ dist
102102

103103
# TernJS port file
104104
.tern-port
105+
106+
lib
107+
lib-esm
108+
index.js
109+
index.js.map

.npmignore

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
/demo
2-
/dist
3-
react-time-heatmap.code-workspace
4-
webpack.config.js
5-
.babelrc
1+
.*
2+
**/tsconfig.json
3+
**/webpack.*.js
4+
node_modules
5+
src
6+
**/*.code-workspace
7+
*.md

demo/example.ts

Lines changed: 0 additions & 26 deletions
This file was deleted.

demo/index.tsx

Lines changed: 0 additions & 29 deletions
This file was deleted.

demo/public/10_7.gif

-452 KB
Binary file not shown.

demo/public/7_4.gif

-193 KB
Binary file not shown.

demo/public/entries.PNG

-39.6 KB
Binary file not shown.

demo/public/flow.gif

-1.69 MB
Binary file not shown.

demo/public/index.html

Lines changed: 0 additions & 18 deletions
This file was deleted.

demo/public/numbers.gif

-3.31 MB
Binary file not shown.

0 commit comments

Comments
 (0)