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
feat: get package name from the dependencies property
Instead of getting the name from the `pkg` input and expecting it to be a valid npm package name, use the name from the dependencies property of the only installed package in the temporary work directory.
This allows installing local tarball packages and reading their name after installation.
See jsdocs-io/web#584
0 commit comments