storybookjs/storybook

[Documentation]: Incorrect homepage and repository.directory paths in @storybook/cli package.json

Fechada

#31.800 aberto em 17 de jun. de 2025

 (3 comentários) (0 reação) (0 responsável)TypeScript (10.058 forks)batch import
documentationhelp wanted

Métricas do repositório

Stars
 (89.909 estrelas)
Métricas de merge de PR
 (Mesclagem média 7d 22h) (184 fundiu PRs em 30d)

Description

Describe the problem

Currently, the homepage and repository.directory fields in the package.json files for both the @storybook/cli package (code/lib/cli-storybook/package.json) and the sb package (code/lib/cli-sb/package.json) are pointing to code/lib/cli, but they should point to code/lib/cli-storybook.

Problem

  • The homepage is set to https://github.com/storybookjs/storybook/tree/next/code/lib/cli
  • The repository.directory is set to code/lib/cli

Suggested Fix

  • Update both fields to point to code/lib/cli-storybook

Affected Files

  • code/lib/cli-storybook/package.json
  • code/lib/cli-sb/package.json

Notes

  • This is a metadata fix only and does not affect functionality, but it is important for accuracy and maintainability.

Additional context

No response

Guia do colaborador