Closed adriengibrat closed 6 years ago
wtf this is very odd. I want to investigate for a second to make sure there's not a systemic issue in the publishing setup, but then will publish and deprecate. Thanks for the report.
Hmm, so it would appear that types are also not present in v1.0.0
which is at least good in that it means there wasn't some one off oddity with 1.0.1 but still need to figure out why it's happening.
The .npmignore
seems OK to me but:
*
and add an actual black listfiles
entry in package.jsonTo check what will be published, run npm pack
Just published v1.0.2
which has the types. #46 has the details of the bug if you're curious. Thanks for the report, sorry about the issue.
:+1:
Hi, Thanks for the good work on jsQR 1.x, The API is now clear and simple ;)
I'm using jsQR 1.0.1 in a typescript project and don't get why the jsqr 1.0.1 npm package does not contains the typings.
Could you publish a 1.0.2 with the typings included (and may be deprecate the 1.0.1 with a message inviting to upgrade to get typings), something like:
thanks ;)