build: set publishConfig access public
Set publishConfig access public
This commit is contained in:
parent
b3dc2db0ba
commit
a516fe8d4b
1 changed files with 3 additions and 0 deletions
|
@ -65,5 +65,8 @@
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/ttshivers/nestjs-http-promise"
|
"url": "https://github.com/ttshivers/nestjs-http-promise"
|
||||||
|
},
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue