vuejs-templates / webpack

A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction.
MIT License
9.71k stars 4.4k forks source link

changed NPM to npm #1455

Open anvaka opened 5 years ago

anvaka commented 5 years ago

This becomes somewhat older knowledge, but in old days npm had faq command, which said:

npm should never be capitalized unless it is being displayed in a location that is customarily all-caps (such as the title of man pages.)

I could not find this in the latest npm CLI, but it is still possible to find it here. You can also see that both wiki and npm website refers to npm in all lower case.

Likely, it's not super important, just something to consider merging.