Skip to content

Commit

Permalink
feat(bar): migrate package to typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Jun 28, 2021
1 parent 0dd20f1 commit 10ae918
Show file tree
Hide file tree
Showing 30 changed files with 1,051 additions and 1,180 deletions.
172 changes: 0 additions & 172 deletions packages/bar/index.d.ts

This file was deleted.

6 changes: 3 additions & 3 deletions packages/bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@
],
"main": "./dist/nivo-bar.cjs.js",
"module": "./dist/nivo-bar.es.js",
"typings": "./dist/types/index.d.ts",
"files": [
"README.md",
"LICENSE.md",
"index.d.ts",
"dist/"
"dist/",
"!dist/tsconfig.tsbuildinfo"
],
"dependencies": {
"@nivo/annotations": "0.71.0",
Expand All @@ -45,7 +46,6 @@
},
"peerDependencies": {
"@nivo/core": "0.71.0",
"prop-types": ">= 15.5.10 < 16.0.0",
"react": ">= 16.8.4 < 18.0.0"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 10ae918

Please sign in to comment.