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
The dist/index.d.ts file is missing in the published package on NPM.
Sorry I wasn't able to make a reproduction repository, I initially tried forking the repository to fix and make a PR instead of an issue, but I can't reproduce the problem locally: npm run build then npm pack gives me a package that contains the dist/index.d.ts file. The logs for the action that published the 0.1.0 version on NPM are gone so no luck there either.
The text was updated successfully, but these errors were encountered:
What version of @tailwindcss/container-queries are you using?
0.1.0
What version of Node.js are you using?
18.14.2
What browser are you using?
N/A
What operating system are you using?
macOS
Reproduction repository
https://www.npmjs.com/package/@tailwindcss/container-queries/v/0.1.0?activeTab=code
Describe your issue
The
dist/index.d.ts
file is missing in the published package on NPM.Sorry I wasn't able to make a reproduction repository, I initially tried forking the repository to fix and make a PR instead of an issue, but I can't reproduce the problem locally:
npm run build
thennpm pack
gives me a package that contains thedist/index.d.ts
file. The logs for the action that published the0.1.0
version on NPM are gone so no luck there either.The text was updated successfully, but these errors were encountered: