Skip to content

Ensure valid name key within package.json #358

@lukeed

Description

@lukeed

Currently, can end up with this:

{
  "name": "Hello World",
  "version": "1.0.0",
  "main": "index.js"
}

... which will throw an error when you try to yarn/npm install

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions