react-workspaces/react-workspaces-playground

components-typescript package.json main field is confusing

Open

#43 aberto em 3 de abr. de 2020

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (130 forks)batch import
good first issuehelp wanted

Métricas do repositório

Stars
 (755 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

In packages/components-typescript/package.json the fields main and main:src: refer to files that do not exist:

  "main": "src/index.tsx",
  "main:src": "src/index.tsx",

The index.tsx file is located in packages/components-typescript/index.tsx

Are these two fields redundant?

Guia do colaborador