feat: add publishConfig in package.json 🕺

Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
This commit is contained in:
Vinayak Kulkarni 2022-11-09 19:00:47 +05:30
parent 646a0c4f14
commit c4bdda4a5c
No known key found for this signature in database
GPG key ID: 0FE8ABF8260A1552

View file

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