Skip to content

Remove dead code#29

Merged
willeastcott merged 2 commits into
mainfrom
dead-code
Jan 23, 2026
Merged

Remove dead code#29
willeastcott merged 2 commits into
mainfrom
dead-code

Conversation

@willeastcott

Copy link
Copy Markdown
Contributor

No description provided.

@willeastcott willeastcott requested a review from Copilot January 23, 2026 15:28
@willeastcott willeastcott self-assigned this Jan 23, 2026
@willeastcott willeastcott added the enhancement New feature or request label Jan 23, 2026
@willeastcott willeastcott merged commit 4cc015a into main Jan 23, 2026
2 checks passed
@willeastcott willeastcott deleted the dead-code branch January 23, 2026 15:29

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes unused/dead assets and dependencies from the project scaffold, simplifying the vanilla TypeScript template and package setup.

Changes:

  • Deletes unused index.css and App.css from the templates/vanilla-ts template (styling is already consolidated in style.css).
  • Removes the unused node-fetch dependency and prunes it from package-lock.json.
  • Updates package metadata (homepage, keywords) and aligns licensing metadata.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
templates/vanilla-ts/src/index.css Removed unused/dead stylesheet from the vanilla TS template.
templates/vanilla-ts/src/App.css Removed unused/dead stylesheet from the vanilla TS template.
package.json Removes unused dependency and adds package metadata (homepage/keywords).
package-lock.json Removes node-fetch and related transitive deps; aligns root license metadata.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants