Automattic / Automattic/mShots

Package name is not valid

Open
#62 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.