sindresorhus / np

A better `npm publish`
MIT License
7.56k stars 299 forks source link

Allow `publishConfig.access` to "public" even the package is not scoped #751

Open fisker opened 4 months ago

fisker commented 4 months ago

Description

Similar to #749, I don't want different publishConfig in my packages, putting "access": "public" is not harmful.

Is the feature request related to a problem?

Possible implementation

Skip check when publishConfig.access is "public"

Alternatives

fisker commented 4 months ago

This seems to happen due to my internet connection? Not sure..