Skip to content
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

Can you publish 2.1.2 with the add types in package.json? #66

Open
mikemaccana opened this issue May 2, 2023 · 0 comments
Open

Can you publish 2.1.2 with the add types in package.json? #66

mikemaccana opened this issue May 2, 2023 · 0 comments

Comments

@mikemaccana
Copy link

mikemaccana commented May 2, 2023

From vscode, on import analyze from "rgbaster";

Could not find a declaration file for module
. /home/mike/Code/portal/wallet/node_modules/rgbaster/dist/rgbaster.js implicitly has any
type.

$ npm ls rgbaster
....
└── [email protected]

There's no types entry in node_modules/rgbaster/package.json

$ grep types node_modules/rgbaster/package.json
    "@types/jest": "^23.3.9",

I sent a PR to add it, but it looks like you already have - you just need to bump the version and publish it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant