Skip to content
New issue

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

npm packages have a lot of 'junk' files #81

Closed
Julusian opened this issue May 2, 2023 · 1 comment
Closed

npm packages have a lot of 'junk' files #81

Julusian opened this issue May 2, 2023 · 1 comment

Comments

@Julusian
Copy link
Member

Julusian commented May 2, 2023

@xkeys-lib/core is publishing everything in the folder including src and jest config

xkeys is publishing the tests and mocks:

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

@nytamin
Copy link
Member

nytamin commented May 3, 2023

Thanks! This should now be fixed (as of v3.0.0)

@nytamin nytamin closed this as completed May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants