feat: add publishConfig in package.json 🕺
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
This commit is contained in:
parent
646a0c4f14
commit
c4bdda4a5c
1 changed files with 4 additions and 0 deletions
|
|
@ -71,6 +71,10 @@
|
|||
"engines": {
|
||||
"node": ">=14.15.0 <17"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npmjs.org/",
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"url": "git+https://github.com/maptiler/tileserver-gl.git",
|
||||
"type": "git"
|
||||
|
|
|
|||
Loading…
Reference in a new issue