We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Upgrading from 0.7.4 to 0.7.5 gave me
error TS7016: Could not find a declaration file for module 'node-pty'
I've noticed that the types were moved to a directory called typings.
As the package.json file specifies a files field, I suppose the typings directory needs to be added there as well. (https://docs.npmjs.com/files/package.json#files)
The text was updated successfully, but these errors were encountered:
Doh, I'll look into it today. Thanks for the quick report!
Sorry, something went wrong.
8fce178
Should be fixed now with 0.7.6
No branches or pull requests
Environment details
Issue description
Upgrading from 0.7.4 to 0.7.5 gave me
I've noticed that the types were moved to a directory called typings.
As the package.json file specifies a files field, I suppose the typings directory needs to be added there as well. (https://docs.npmjs.com/files/package.json#files)
The text was updated successfully, but these errors were encountered: