DEV Community

Discussion on: How to sort your package.json dependencies

Collapse
 
cbillowes profile image
Clarice Bouwer

"example" is just the name of a package. You can use it verbatim because it will most likely not be in your package.json. Your packages are sorted by running npm remove even if the package "example" doesn't exist.