Automattic / mShots

Website Thumbnail/Snapshot Service
GNU General Public License v2.0
100 stars 21 forks source link

Package name is not valid #62

Open zaerl opened 2 years ago

zaerl commented 2 years ago

It seems that the npm package name mShots.NodeJS is not valid cause it doesn't follow the official name rules. The regex used is ^(?:@[a-z0-9-*~][a-z0-9-*._~]*/)?[a-z0-9-~][a-z0-9-._~]*$. So simply make the string lowercase is enough.