79698685

Date: 2025-07-11 17:49:50
Score: 1.5
Natty:
Report link

This way you can set it for the entire project in package.json without relying on your local npm config.

"publishConfig": {
    "registry": "https://your-private-registry.com",
  }

Docs: https://docs.npmjs.com/cli/v11/configuring-npm/package-json#publishconfig

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Adrian