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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(nvm): support .nvmrc files at any depth #6107

Merged
merged 1 commit into from
May 1, 2020

Conversation

JamieMagee
Copy link
Contributor

Previous regex only supported .nvmrc in the root directory. Now nvmrc at any directory depth is allowed.

Actually, the previous regex didn't escape the ., so anvmrc, bnvmrc, etc. were also valid files 馃槄

Fixes #6106

Previous regex only supported `.nvmrc` in the root directory. Now nvmrc at any directory depth is allowed.

Actually, the previous regex didn't escape the `.`, so `anvmrc`, `bnvmrc`, etc. were also valid files 馃槄

Fixes #6106
@rarkins rarkins changed the title feat: support .nvmrc file at any depth feat(nvm): support .nvmrc files at any depth May 1, 2020
@rarkins rarkins merged commit 0ae94be into master May 1, 2020
@rarkins rarkins deleted the feat/nvmrc-subdirectory branch May 1, 2020 20:30
@esetnik
Copy link
Contributor

esetnik commented May 1, 2020

Wow this is insanely fast. I just opened the issue 1 hr ago and already fixed on a Friday afternoon.

@rarkins
Copy link
Collaborator

rarkins commented May 1, 2020

Friday afternoon

image

:)

@rarkins
Copy link
Collaborator

rarkins commented May 1, 2020

Only thing is - if you're using the app then unfortunately you won't see it go live tonight, probably some time tomorrow.

@esetnik
Copy link
Contributor

esetnik commented May 1, 2020

Only thing is - if you're using the app then unfortunately you won't see it go live tonight, probably some time tomorrow.

I need it live now. This is unacceptable. I demand a refund 馃槀馃槀

@JamieMagee
Copy link
Contributor Author

@esetnik It was a quick fix, and your issues was at the top 馃槃

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.nvmrc in subdirectory support
3 participants