I would like to check the version of the content-tag that is being imported in my project, but cannot because package.json is not included in the subpath exports specified by the project. Would you be willing to add ./package.json to your exports?
Edit: after looking a little closer, it looks like exports has been specified since very early versions, so adding it now won't really help me, but I think it's still a good thing to do for future users.
I would like to check the version of the
content-tagthat is being imported in my project, but cannot becausepackage.jsonis not included in the subpath exports specified by the project. Would you be willing to add./package.jsonto yourexports?Edit: after looking a little closer, it looks like
exportshas been specified since very early versions, so adding it now won't really help me, but I think it's still a good thing to do for future users.