summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-01-21 17:34:25 +0100
committerMartin Fischer <martin@push-f.com>2022-01-23 08:00:39 +0100
commitcac03529860e0fd19585b35a66f5de4f0ea0559d (patch)
tree2669f317a77b371326711212ee824eaae862ce4f /utils
parent6d701d2fea07198807351c7c4856001c0f1ebffb (diff)
[mod] remove .nvm_packages, add eslint to package.json
Diffstat (limited to 'utils')
-rwxr-xr-xutils/lib_nvm.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/lib_nvm.sh b/utils/lib_nvm.sh
index 267ba8a4..cd2fbc18 100755
--- a/utils/lib_nvm.sh
+++ b/utils/lib_nvm.sh
@@ -117,7 +117,6 @@ nvm.install() {
info_msg "checkout ${NVM_VERSION_TAG}"
git checkout "${NVM_VERSION_TAG}" 2>&1 | prefix_stdout " ${_Yellow}||${_creset} "
popd &> /dev/null
- cp "${REPO_ROOT}/.nvm_packages" "${NVM_DIR}/default-packages"
nvm.env
}