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

Remove lodash #93

Merged
merged 4 commits into from
Aug 7, 2019
Merged

Remove lodash #93

merged 4 commits into from
Aug 7, 2019

Conversation

rotsee
Copy link
Collaborator

@rotsee rotsee commented Jul 15, 2019

I realize this is neither a priority, nor does it have any practical consequences, but I felt tempted to remove lodash as a dependence because it was only used to merge simple objects...

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 75.081% when pulling f6a281e on remove-lodash into 3a4a4ca on master.

Copy link
Owner

@papandreou papandreou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks for taking this on 👍

@@ -1,3 +1,4 @@
/node_modules/
/coverage/
/.nyc_output/
package-lock.json
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nbd, but we have an .npmrc with package-lock = false, so you shouldn't see package locks appear?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, something weird going on with my system them, I guess...

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since some npm commands will behave differently when there’s a lock file, I prefer the strategy of preventing it from being generated in the first place (in libs).

Maybe you have a ~/.npmrc that somehow overrides it? 🤨

But either way it’s ok to also have it in .gitignore, so don’t worry about it.

function CldrRbnfRuleSet(config) {
_.extend(this, config);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

@rotsee rotsee merged commit e5bd513 into master Aug 7, 2019
@rotsee rotsee deleted the remove-lodash branch August 7, 2019 11:16
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.

None yet

3 participants