File tree Expand file tree Collapse file tree 5 files changed +12
-53
lines changed Expand file tree Collapse file tree 5 files changed +12
-53
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2020 ],
2121 "main" : " ./dist/nivo-annotations.cjs.js" ,
2222 "module" : " ./dist/nivo-annotations.es.js" ,
23+ "typings" : " ./dist/types/index.d.ts" ,
2324 "files" : [
2425 " README.md" ,
2526 " LICENSE.md" ,
26- " index.d.ts " ,
27- " dist/"
27+ " dist/ " ,
28+ " ! dist/tsconfig.tsbuildinfo "
2829 ],
2930 "dependencies" : {
3031 "@nivo/colors" : " 0.70.1" ,
3637 },
3738 "peerDependencies" : {
3839 "@nivo/core" : " 0.70.1" ,
39- "prop-types" : " >= 15.5.10 < 16.0.0" ,
4040 "react" : " >= 16.8.4 < 18.0.0"
4141 },
4242 "publishConfig" : {
File renamed without changes.
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : " ../../tsconfig.types.json" ,
3+ "compilerOptions" : {
4+ "outDir" : " ./dist/types" ,
5+ "rootDir" : " ./src"
6+ },
7+ "include" : [" src/**/*" ]
8+ }
Original file line number Diff line number Diff line change 55 // { "path": "./packages/core" },
66
77 // Shared next because charts need them
8+ { "path" : " ./packages/annotations" },
89 { "path" : " ./packages/axes" },
910 { "path" : " ./packages/colors" },
1011 { "path" : " ./packages/legends" },
You can’t perform that action at this time.
0 commit comments