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
Currently the argument is interpreted as a filename - path.dirname is run on it. So if you run getPackageType('/path/to/pkg') it will not see /path/to/pkg/package.json.
Should this be reconsidered before v1.0.0?
The text was updated successfully, but these errors were encountered:
Currently the argument is interpreted as a filename -
path.dirname
is run on it. So if you rungetPackageType('/path/to/pkg')
it will not see/path/to/pkg/package.json
.Should this be reconsidered before v1.0.0?
The text was updated successfully, but these errors were encountered: