Skip to content

Commit

Permalink
feat(heatmap): init TypeScript migration
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Jan 12, 2022
1 parent 3b43320 commit 4929c46
Show file tree
Hide file tree
Showing 24 changed files with 1,076 additions and 623 deletions.
96 changes: 0 additions & 96 deletions packages/heatmap/index.d.ts

This file was deleted.

5 changes: 3 additions & 2 deletions packages/heatmap/package.json
Expand Up @@ -21,11 +21,12 @@
],
"main": "./dist/nivo-heatmap.cjs.js",
"module": "./dist/nivo-heatmap.es.js",
"typings": "./dist/types/index.d.ts",
"files": [
"README.md",
"LICENSE.md",
"index.d.ts",
"dist/"
"dist/",
"!dist/tsconfig.tsbuildinfo"
],
"dependencies": {
"@nivo/axes": "0.78.0",
Expand Down
166 changes: 0 additions & 166 deletions packages/heatmap/src/HeatMap.js

This file was deleted.

0 comments on commit 4929c46

Please sign in to comment.