npm: unset NPM_COMPLETION_FILE variable

This commit is contained in:
Marc Cornellà 2016-09-10 00:23:16 +02:00
parent 76924b7f5f
commit b70842bae4

View File

@ -7,6 +7,8 @@
fi
[[ -f $__NPM_COMPLETION_FILE ]] && source $__NPM_COMPLETION_FILE
unset __NPM_COMPLETION_FILE
}
# Install dependencies globally