You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to use mithril-query with types but it looks like the latest version on NPM (4.0.1) doesn't include the types property in package.json. I'm not sure what commit built it, but could you push a new version to NPM with the current code in master?
For now, I'm using "mithril-query": "git+https://github.com/mithriljs/mithril-query.git#facf7ce" in my package.json and it works OK.
The text was updated successfully, but these errors were encountered:
thequailman
changed the title
Types missing, need a new version pushed?
Types missing on NPM, need a new version pushed?
Mar 9, 2023
@StephanHoyer Yes, the published version on NPM does not have the "types" property in package.json. Just added it manually and it fixes the typing problem. And since it's already present in this repo, publishing a 4.0.2 with proper package.json would fix that issue.
Hello, I am trying to use mithril-query with types but it looks like the latest version on NPM (4.0.1) doesn't include the
types
property in package.json. I'm not sure what commit built it, but could you push a new version to NPM with the current code in master?For now, I'm using
"mithril-query": "git+https://github.com/mithriljs/mithril-query.git#facf7ce"
in my package.json and it works OK.The text was updated successfully, but these errors were encountered: