Added .npmrc

pull/54/head
MillenniumEarl 2020-11-22 14:21:18 +01:00
parent 1ddfef1e04
commit 9d6d6241f5
1 changed files with 5 additions and 0 deletions

5
.npmrc Normal file
View File

@ -0,0 +1,5 @@
//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}
registry=https://registry.npmjs.org/
//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
@millenniumearl:registry=https://npm.pkg.github.com
always-auth=true