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
The original code only warns about typos. When consuming package data in npm-www for example, it may be desirable to actually fix the (known) typos.
On the other hand, this could promote sloppy coding of package.json by publishers.
This could be addressed by having "npm publish" reject package.json files that contain (known) typos.
The text was updated successfully, but these errors were encountered:
darcyclarke
changed the title
Fix all typo fields?
[QUESTION] Fix all typo fields?
Jul 28, 2022
The original code only warns about typos. When consuming package data in npm-www for example, it may be desirable to actually fix the (known) typos.
On the other hand, this could promote sloppy coding of package.json by publishers.
This could be addressed by having "npm publish" reject package.json files that contain (known) typos.
The text was updated successfully, but these errors were encountered: