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
Hey. I noticed you have ava as a dependency in your package.json. This means anyone who installs this module would also install ava. You should instead put ava into devDependencies.
I would recommend publishing a new patch version after doing this.
The text was updated successfully, but these errors were encountered:
Hey. I noticed you have
ava
as adependency
in your package.json. This means anyone who installs this module would also installava
. You should instead putava
intodevDependencies
.I would recommend publishing a new patch version after doing this.
The text was updated successfully, but these errors were encountered: