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.
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
typesproperty 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.