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
rbecheras
changed the title
bug(validation): Uppercase letters in value of "name" parameter
Uppercase letters in the value of "name" parameter (validation)
Feb 27, 2018
I just edited the title of this issue to remove the "bug" mention because it should not be concidered as a bug but an enhancement. The actual expected behavior do not care about uppercase. But @Kristinita you're right it probably should be.
1. Summary
If I generate my
package.json
use generate-package:value
"name"
parameter may contain uppercase letters.See official npm docs:
2. Environment
3. Steps to reproduce
I install generate and generate-package → I create blank folder
D:\SashaDemoRepositories\SashaNpmInitVsGeneratePackage
→ I rungen package
command:I get
package.json
:4. Expected behavior
Lowercase:
5. Actual behavior
Uppercase letters:
Thanks.
The text was updated successfully, but these errors were encountered: