Add .npmrc config
This commit is contained in:
parent
9bd2793a4a
commit
8d2186320d
3
.gitignore
vendored
3
.gitignore
vendored
@ -137,3 +137,6 @@ tsconfig.tsbuildinfo
|
|||||||
deprecated
|
deprecated
|
||||||
.tmp
|
.tmp
|
||||||
test/
|
test/
|
||||||
|
|
||||||
|
# NPM
|
||||||
|
# .npmrc
|
||||||
|
4
.npmrc
Normal file
4
.npmrc
Normal 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,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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user