Devin Rhode

Results 293 comments of Devin Rhode

Deprecate `volta` inside package.json and use the new standard `packageManger`

If we can avoid adding "branded" metadata into package.json, more people can have more freedom wrt their choice of node manager

Some teams don't like adding metadata for individual developers unique tooling choices :)

This looks like really great stuff! I just had a quick glance at files changed There are some conflicts, could you rebase into latest master "git pull origin master --rebase"...

> @devinrhode2 Thanks for taking care of the stale bot :-). > > > > I took the opportunity to take into account the latest commits on the main branch....

I was cleaning up diff, and not seeing anything alarming, but saw something very interesting: ![CleanShot 2022-06-06 at 18 47 31](https://user-images.githubusercontent.com/539816/172267287-c1133b0c-47c8-4d21-a1de-0e8ede0766fb.png) Good commit history reveals these little bits and pieces...

You gave me an idea! I'm not sure it's truly better, but you could invert things Instead of housing all the code inside configure, you could turn each method into...

Oh man :( I had bunch of pending comments that were not submitted only like 1-2 things to tweak tho

> Done. > > The `package-lock.json` file is still currently modified by `npm i` for just on line: ![image](https://user-images.githubusercontent.com/11046232/172405150-df5e0280-9f01-4481-972e-4aab0745fd10.png) > > Which is because its node requirement is not in...