07akioni / vueuc

Util Components for Vue
https://vueuc.vercel.app
MIT License
273 stars 32 forks source link

Extra `registry` setup in `publishConfig` #311

Open podsvirov opened 1 year ago

podsvirov commented 1 year ago

The registry value is https://registry.npmjs.org/ by default : https://github.com/07akioni/vueuc/blob/2a994f5af02afd54b93e30aceb939ad63dd2d13e/package.json#L59 Why is it set this way, when there is no obvious need for it? We can just remove publishConfig object?