sindresorhus / np

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

after published, print the npm url #727

Closed lovetingyuan closed 10 months ago

lovetingyuan commented 10 months ago

Description

after published, print the npm url eg: react-atomic-context 2.0.0 published 🎉 (https://www.npmjs.com/package/react-atomic-context)

Is the feature request related to a problem? no, just a feature request.

sindresorhus commented 10 months ago

We can show it if it's the first publish. I don't really see the point in showing each for each update.

lovetingyuan commented 10 months ago

We can show it if it's the first publish. I don't really see the point in showing each for each update.

yes, you are right. I just worry about something went wrong with npm service and want to check the latest version displaying by npm website.