chore: Add npm registery to package.json

pull/91/head
boazpoolman 2023-02-10 18:28:26 +01:00
parent b9e9dab146
commit b419c90924
1 changed files with 5 additions and 1 deletions

View File

@ -91,5 +91,9 @@
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"license": "MIT"
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}