Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Learn WordPress Content Feedback - potential package.json typo? #1564

Closed
4 tasks done
RockyKev opened this issue May 21, 2023 · 2 comments
Closed
4 tasks done

Learn WordPress Content Feedback - potential package.json typo? #1564

RockyKev opened this issue May 21, 2023 · 2 comments
Labels
[Content] Feedback Feedback provided about content on Learn.

Comments

@RockyKev
Copy link

RockyKev commented May 21, 2023

Feedback Details

Write a description of your feedback here:

The package.json seems like a copy/paste from another project?

{
    "name": "05-recipe-card-esnext",
    "version": "1.1.0",
    "private": true,
    "description": "Example: Recipe Card (ESNext).",
   // ... 
}

Proposal:

{
    "name": "my-first-gutenberg-app",
    "version": "1.0.0",
    "private": true,
    "description": "My first Gutenberg App.",
  // ...
}

Feedback Report Checklist:

  • Feedback validated
  • Update proposed
  • Update reviewed
  • Update published
@RockyKev RockyKev added Awaiting Triage Issues awaiting triage. See Training Team handbook for how to triage issues. [Content] Feedback Feedback provided about content on Learn. labels May 21, 2023
@devmuhib009 devmuhib009 removed the Awaiting Triage Issues awaiting triage. See Training Team handbook for how to triage issues. label Feb 4, 2024
@devmuhib009
Copy link
Contributor

@RockyKev nice catch. I am moving the issue to fixing stage. Thanks you. 👋

@devmuhib009
Copy link
Contributor

Just fixed the issue. Thanks for the suggestion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Content] Feedback Feedback provided about content on Learn.
Projects
Development

No branches or pull requests

2 participants