Automattic / Automattic/mShots
Package name is not valid
Open
- Dominant language
- JavaScript
- Stars
- 118
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
It seems that the npm package name `mShots.NodeJS` is not valid cause it doesn't follow the [official name rules](https://github.com/npm/validate-npm-package-name). The regex used is `^(?:@[a-z0-9-*~][a-z0-9-*._~]*/)?[a-z0-9-~][a-z0-9-._~]*$`. So simply make the string lowercase is enough.
Contributor guide
No contributing guide indexed for this repository
Research direction
Find where the npm package name is declared and compare the current `mShots.NodeJS` value with npm's package-name rules. Change the name to lowercase, then verify that the resulting package name passes the referenced validation rules.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100