Closed FlorianRappl closed 1 year ago
For more information, see the CONTRIBUTING guide.
CONTRIBUTING
Please make sure you can check the following boxes:
What types of changes does your code introduce? Put an x in all the boxes that apply:
x
Removes the (outdated) peer dependencies section. This change was actually supposed to be in 1.0.0, but for some reason it was forgotten.
This change aligns the behavior of npm v6 to the more recent v7 onwards. No more --legacy-peer-deps in case of weird behavior.
--legacy-peer-deps
New Pull Request
For more information, see the
CONTRIBUTING
guide.Prerequisites
Please make sure you can check the following boxes:
Type(s) of Changes
Contribution Type
What types of changes does your code introduce? Put an
x
in all the boxes that apply:Description
Removes the (outdated) peer dependencies section. This change was actually supposed to be in 1.0.0, but for some reason it was forgotten.
Remarks
This change aligns the behavior of npm v6 to the more recent v7 onwards. No more
--legacy-peer-deps
in case of weird behavior.