File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ validate("some-package")
4747validate (" example.com" )
4848validate (" under_score" )
4949validate (" 123numeric" )
50- validate (" crazy !" )
50+ validate (" excited !" )
5151validate (" @npm/thingy" )
5252validate (" @jane/foo.js" )
5353```
@@ -91,7 +91,7 @@ a change in the value of `validForNewPackages` property, and a warnings array
9191will be present:
9292
9393``` js
94- validate (" cRaZY -paCkAgE-with-mixed-case-and-more-than-214-characters-----------------------------------------------------------------------------------------------------------------------------------------------------------" )
94+ validate (" eLaBorAtE -paCkAgE-with-mixed-case-and-more-than-214-characters-----------------------------------------------------------------------------------------------------------------------------------------------------------" )
9595```
9696
9797returns:
You can’t perform that action at this time.
0 commit comments