build: set publishConfig access public

Set publishConfig access public
This commit is contained in:
Conicaw 2023-07-05 17:59:40 -05:00
parent b3dc2db0ba
commit a516fe8d4b
No known key found for this signature in database
GPG key ID: CE0B9DEFED1E6375

View file

@ -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"
} }
} }