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 package-lock.json #302

Merged
merged 2 commits into from
Oct 9, 2019
Merged

Remove package-lock.json #302

merged 2 commits into from
Oct 9, 2019

Conversation

patw0929
Copy link
Owner

@patw0929 patw0929 commented Oct 9, 2019

Description

Remove package-lock.json, due to this warning:

package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have used ESLint & Prettier to follow the code style of this project.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Due to this warning:

package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 93.888% when pulling 7287fa4 on feature/remove-package-lock into 34357e2 on master.

@patw0929 patw0929 merged commit 5a3f67c into master Oct 9, 2019
@patw0929 patw0929 deleted the feature/remove-package-lock branch October 9, 2019 17:30
patw0929 added a commit that referenced this pull request Oct 9, 2019
Bug fixes:

* #302: Remove package-lock.json
* #283: Fix: invoke onPhoneNumberChange callback with formatted value on init instead of unformatted value from previous state
* #300: fixed bug with pasting number over another number
* #299: Use cross-env to solve cross platforms issue (scripts with node env variables)

Docs:

* #298: Update LICENSE
* #297: Update README.md
* #294: Removed bash highlighting for npm/yarn commands in README
andrewsantarin pushed a commit to andrewsantarin/react-intl-tel-input that referenced this pull request Feb 2, 2022
andrewsantarin pushed a commit to andrewsantarin/react-intl-tel-input that referenced this pull request Feb 2, 2022
Bug fixes:

* patw0929#302: Remove package-lock.json
* patw0929#283: Fix: invoke onPhoneNumberChange callback with formatted value on init instead of unformatted value from previous state
* patw0929#300: fixed bug with pasting number over another number
* patw0929#299: Use cross-env to solve cross platforms issue (scripts with node env variables)

Docs:

* patw0929#298: Update LICENSE
* patw0929#297: Update README.md
* patw0929#294: Removed bash highlighting for npm/yarn commands in README
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