chore: remove deprecated .npmrc.gup

This commit is contained in:
Sarah Vaupel 2024-08-15 05:17:50 +02:00
parent 13d8bfefc7
commit f17dbf4807

View File

@ -1,12 +0,0 @@
#!/usr/bin/env bash
set -e
if command -V gup 1>&- 2>&-; then
gup --always
fi
cat >${1:-.npmrc} <<EOF
@fortawesome:registry=https://npm.fontawesome.com/
//npm.fontawesome.com/:_authToken=${FONTAWESOME_NPM_AUTH_TOKEN}
EOF