Add .npmrc config
This commit is contained in:
@@ -137,3 +137,6 @@ tsconfig.tsbuildinfo
|
|||||||
deprecated
|
deprecated
|
||||||
.tmp
|
.tmp
|
||||||
test/
|
test/
|
||||||
|
|
||||||
|
# NPM
|
||||||
|
# .npmrc
|
||||||
|
|||||||
@@ -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
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user