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
I sent a PR for this. The reason why fixing this is important is that npm fails and complains about this package.json when shrinkwrapping a project that uses minitable directly or as a transitive dependency.
So any project that depends on minitable directly or transitively needs to manually tweak the minitable package.json during each npm upgrade and re-shrinkwrap.
Since tsd (typescript type definition manager) depends on minitable, any typescript + npm project that shrinkwraps dependencies is affected.
Please merge #3 and cut a new version so that we can get tsd to update.
detail npm/npm#6506 (comment)
The text was updated successfully, but these errors were encountered: