chore: remove deprecated .npmrc.gup
This commit is contained in:
parent
13d8bfefc7
commit
f17dbf4807
12
.npmrc.gup
12
.npmrc.gup
@ -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
|
|
||||||
Reference in New Issue
Block a user