-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'io-ts' and 'io-ts-types' are missing #23
Comments
|
This is a regression after #19 |
We need to decide wether we want to keep all modules in the lib consistent.
/cc @mankdev |
Removing the |
I'll also update the commit tree with a |
@raveclassic I like the third solution. |
sure |
fixes missing io-ts and io-ts-types Closes #23
because of remote-data-io.ts import in index.ts packages io-ts and io-ts-types became required. but they are in peerDependencies and NPM doesn't install them. that forces to install unnecessary for project packages manually. removing index.ts will fix it
The text was updated successfully, but these errors were encountered: