We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@xkeys-lib/core is publishing everything in the folder including src and jest config
@xkeys-lib/core
src
xkeys is publishing the tests and mocks:
xkeys
julus@julus-thinkpad:~/Projects/companion2a/node_modules/xkeys$ find . . ./package.json ./README.md ./dist ./dist/lib.js.map ./dist/api.js.map ./dist/index.js ./dist/index.d.ts.map ./dist/api.d.ts ./dist/watcher.js.map ./dist/index.js.map ./dist/lib.js ./dist/__mocks__ ./dist/__mocks__/node-hid.js.map ./dist/__mocks__/node-hid.js ./dist/__mocks__/node-hid.d.ts ./dist/__mocks__/node-hid.d.ts.map ./dist/methods.js.map ./dist/methods.js ./dist/api.d.ts.map ./dist/node-hid-wrapper.d.ts.map ./dist/watcher.d.ts.map ./dist/lib.d.ts ./dist/lib.d.ts.map ./dist/methods.d.ts.map ./dist/index.d.ts ./dist/node-hid-wrapper.js ./dist/watcher.js ./dist/watcher.d.ts ./dist/node-hid-wrapper.js.map ./dist/api.js ./dist/node-hid-wrapper.d.ts ./dist/methods.d.ts ./dist/__tests__ ./dist/__tests__/recordings.spec.d.ts.map ./dist/__tests__/lib.js.map ./dist/__tests__/lib.js ./dist/__tests__/xkeys.spec.d.ts.map ./dist/__tests__/xkeys.spec.d.ts ./dist/__tests__/products.spec.js.map ./dist/__tests__/products.spec.js ./dist/__tests__/recordings.spec.js.map ./dist/__tests__/lib.d.ts ./dist/__tests__/lib.d.ts.map ./dist/__tests__/xkeys.spec.js ./dist/__tests__/recordings.spec.js ./dist/__tests__/products.spec.d.ts.map ./dist/__tests__/recordings.spec.d.ts ./dist/__tests__/products.spec.d.ts ./dist/__tests__/xkeys.spec.js.map ./LICENSE
I expect the webhid is doing similarly
The text was updated successfully, but these errors were encountered:
Thanks! This should now be fixed (as of v3.0.0)
Sorry, something went wrong.
No branches or pull requests
@xkeys-lib/core
is publishing everything in the folder includingsrc
and jest configxkeys
is publishing the tests and mocks:I expect the webhid is doing similarly
The text was updated successfully, but these errors were encountered: