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

removed dependency on lodash, removed pnpm-lock.yaml #591

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

hulkish
Copy link
Contributor

@hulkish hulkish commented Dec 15, 2023

Lodash is a huge library. node-java doesn't really benefit from or actually need it.

I also saw there was a pnpm-lock.yaml & package-lock.json, so i removed pnpm-lock.yaml as it doesn't make sense, nor is it recommended to support multiple package managers.

@joeferner
Copy link
Owner

CI failures. We are currently using npm for CI. Perhaps instead of dropping the package-lock we drop the pnpm instead since package-lock is quite a but more familiar to most.

@hulkish hulkish changed the title removed dependency on lodash, removed package-lock.json removed dependency on lodash, removed pnpm-lock.yaml Dec 15, 2023
@hulkish
Copy link
Contributor Author

hulkish commented Dec 15, 2023

CI failures. We are currently using npm for CI. Perhaps instead of dropping the package-lock we drop the pnpm instead since package-lock is quite a but more familiar to most.

Ok made that change

@joeferner joeferner merged commit fad0879 into joeferner:master Dec 15, 2023
48 checks passed
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

Successfully merging this pull request may close these issues.

2 participants