Skip to content

Commit

Permalink
feat(radar): init TypeScript migration
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Sep 7, 2021
1 parent 6982b3d commit 8e898d5
Show file tree
Hide file tree
Showing 33 changed files with 1,100 additions and 1,060 deletions.
84 changes: 0 additions & 84 deletions packages/radar/index.d.ts

This file was deleted.

6 changes: 3 additions & 3 deletions packages/radar/package.json
Expand Up @@ -21,11 +21,12 @@
],
"main": "./dist/nivo-radar.cjs.js",
"module": "./dist/nivo-radar.es.js",
"typings": "./dist/types/index.d.ts",
"files": [
"README.md",
"LICENSE.md",
"index.d.ts",
"dist/"
"dist/",
"!dist/tsconfig.tsbuildinfo"
],
"dependencies": {
"@nivo/colors": "0.73.0",
Expand All @@ -40,7 +41,6 @@
},
"peerDependencies": {
"@nivo/core": "0.73.0",
"prop-types": ">= 15.5.10 < 16.0.0",
"react": ">= 16.14.0 < 18.0.0"
},
"publishConfig": {
Expand Down
192 changes: 0 additions & 192 deletions packages/radar/src/Radar.js

This file was deleted.

0 comments on commit 8e898d5

Please sign in to comment.