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
Previously adapters would fail if they were private because they would be interpreted as paths. This
fixes that issue by treating anything with @ at the beginning of the string as a node module.
Closes#403
0 commit comments