You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While #472 has fixed the npm fund command not showing packages where "funding" is a string, the npm fund <package-name> command doesn't work for these.
In the screenshot below glob got opened, the other one didn't.
Expected Behavior
npm fund <package> works regardless of the funding property being a shorthand string or an object.
The text was updated successfully, but these errors were encountered:
Trying to open url for a package that is using the string shorthand is
currently broken using: `npm fund <pkg>`
This commit fixes the issue and adds the missing unit and integration
tests covering that usecase.
Fixesnpm#498
Trying to open url for a package that is using the string shorthand is
currently broken using: `npm fund <pkg>`
This commit fixes the issue and adds the missing unit and integration
tests covering that usecase.
Fixes#498
What / Why
While #472 has fixed the
npm fund
command not showing packages where "funding" is a string, thenpm fund <package-name>
command doesn't work for these.In the screenshot below
glob
got opened, the other one didn't.Expected Behavior
npm fund <package>
works regardless of the funding property being a shorthand string or an object.The text was updated successfully, but these errors were encountered: