Skip to content

Commit

Permalink
docs: switch emoji to 🎁 (#1833)
Browse files Browse the repository at this point in the history
## PR Checklist

- [x] Addresses an existing open issue: fixes #1832
- [x] That issue was marked as [`status: accepting
prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
- [x] Steps in
[CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md)
were taken

## Overview

🎁
  • Loading branch information
JoshuaKGoldberg authored Jan 6, 2025
1 parent 42021fb commit 72b33cd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">Create TypeScript App</h1>

<p align="center">Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. ❤️‍🔥</p>
<p align="center">Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 🎁</p>

<p align="center">
<!-- prettier-ignore-start -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-typescript-app",
"version": "1.80.0",
"description": "Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. ❤️‍🔥",
"description": "Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 🎁",
"repository": {
"type": "git",
"url": "git+https://github.com/JoshuaKGoldberg/create-typescript-app.git"
Expand Down
4 changes: 2 additions & 2 deletions script/__snapshots__/migrate-test-e2e.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ exports[`expected file changes > README.md 1`] = `
@@ ... @@
<h1 align="center">Create TypeScript App</h1>
-<p align="center">Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. ❤️‍🔥</p>
-<p align="center">Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 🎁</p>
+<p align="center">A very lovely package. Hooray!</p>
<p align="center">
Expand Down Expand Up @@ -245,7 +245,7 @@ exports[`expected file changes > package.json 1`] = `
{
"name": "create-typescript-app",
"version": "1.79.0",
- "description": "Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. ❤️‍🔥",
- "description": "Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 🎁",
+ "description": "A very lovely package. Hooray! 💖",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ describe("readDefaultsFromReadme", () => {
Promise.resolve(`
<h1 align="center">Create TypeScript App</h1>
<p align="center">Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. ❤️‍🔥</p>
<p align="center">Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 🎁</p>
<p align="center">
<!-- prettier-ignore-start -->
Expand Down

0 comments on commit 72b33cd

Please sign in to comment.