-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update documentation for resolutions #4
Comments
@aashutoshrathi, are you interested in maintaining support for this project?
So, can we contribute to your repository? I would like to say that this repository is currently used by Optionator, a direct dependency of ESLint 🚀 |
Yup! I can |
Regarding the "overrides": {
"word-wrap": "@aashutoshrathi/word-wrap"
}, |
To add this should I update the .verb.md or the |
Some users have listed different ways of reaching the same result. So it's interesting to test the proper ways before documenting them. Something like: Deep Dependencies WorkaroundYARN"resolutions": {
"word-wrap": "@aashutoshrathi/word-wrap"
} NPM (8 or higher)"overrides": {
"word-wrap" : "@aashutoshrathi/word-wrap"
} About the appropriate place, |
Thank you for taking over this project.
I think it make sense to add to the documentation the instructions on how to use your project as
resolutions
foryarn
oroverrides
fornpm
.Something alone the lines of:
If you are using
yarn
and a dependency needs your package then add the following to yourpackage.json
:If you are using
npm
and a dependency needs your package then add the following to yourpackage.json
:The text was updated successfully, but these errors were encountered: