ink-table
ink-table copied to clipboard
move @types/react to dependency
@types/react
is used in the generated index.d.ts
, it's better to put @types/react
in dependencies instead of devDependencies as a consequence.
Actually, maybe "peer dependencies" would be better?