This repository was archived by the owner on Jan 25, 2023. It is now read-only.
respect .node-version if .nvmrc isn't there. #79
Labels
type: feature
code contributing to the implementation of a feature and/or user facing functionality
@biilmann suggested this was reasonable
I suggest something like
if [ ! .nvmrc ] ; then if [ .node-version ] use .node-version
type processing, so we don't make a breaking change to anyone using nvmrc and happening to have a conflicting .node-version fileThe text was updated successfully, but these errors were encountered: