Add .npmrc config

This commit is contained in:
Benjamin Toby
2024-10-14 09:07:50 +01:00
parent 9bd2793a4a
commit 8d2186320d
3 changed files with 8 additions and 1 deletions
+3
View File
@@ -137,3 +137,6 @@ tsconfig.tsbuildinfo
deprecated deprecated
.tmp .tmp
test/ test/
# NPM
# .npmrc
+4
View File
@@ -0,0 +1,4 @@
# registry=https://git.tben.me/api/packages/Moduletrace/npm/
@moduletrace:registry=https://git.tben.me/api/packages/Moduletrace/npm/
//git.tben.me/api/packages/Moduletrace/npm/:_authToken=${GITBEN_NPM_TOKEN}
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "datasquirel", "name": "datasquirel",
"version": "2.0.0", "version": "2.1.0",
"description": "Cloud-based SQL data management tool", "description": "Cloud-based SQL data management tool",
"main": "index.js", "main": "index.js",
"bin": { "bin": {