From 419e72ff094ca0280b27bbe0b6023b3bba13fb71 Mon Sep 17 00:00:00 2001 From: joyeecheung Date: Thu, 8 Jan 2026 00:24:38 +0000 Subject: [PATCH 1/6] Post about package examples --- records/new/new.json | 5 +++++ records/new/rich.txt | 1 + 2 files changed, 6 insertions(+) create mode 100644 records/new/new.json create mode 100644 records/new/rich.txt diff --git a/records/new/new.json b/records/new/new.json new file mode 100644 index 0000000..b343890 --- /dev/null +++ b/records/new/new.json @@ -0,0 +1,5 @@ +{ + "action": "post", + "account": "NODEJS_ORG", + "richTextFile": "./rich.txt" +} diff --git a/records/new/rich.txt b/records/new/rich.txt new file mode 100644 index 0000000..b43a149 --- /dev/null +++ b/records/new/rich.txt @@ -0,0 +1 @@ +The Node.js package configuration guide is now live! 🎉 Whether you're creating your first npm package or migrating to ESM, this guide walks you through it with real examples. https://nodejs.github.io/package-examples --- The guide is still in its early stages. Feedback, issues, and PRs are welcome! https://github.com/nodejs/package-examples \ No newline at end of file From 31c74da120587dd274c43a5dd1146cbd24f22e9f Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Thu, 8 Jan 2026 01:25:22 +0100 Subject: [PATCH 2/6] split into thread --- records/new/rich.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/records/new/rich.txt b/records/new/rich.txt index b43a149..8a1ba0b 100644 --- a/records/new/rich.txt +++ b/records/new/rich.txt @@ -1 +1,11 @@ -The Node.js package configuration guide is now live! 🎉 Whether you're creating your first npm package or migrating to ESM, this guide walks you through it with real examples. https://nodejs.github.io/package-examples --- The guide is still in its early stages. Feedback, issues, and PRs are welcome! https://github.com/nodejs/package-examples \ No newline at end of file +The Node.js package configuration guide is now live! 🎉 + +Whether you're creating your first npm package or migrating to ESM, this guide walks you through it with real examples. + +https://nodejs.github.io/package-examples + +--- + +The guide is still in its early stages. Feedback, issues, and PRs are welcome! + +https://github.com/nodejs/package-examples From b51f63b8991b76d5096213a51513bf682562fd45 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Thu, 8 Jan 2026 01:32:07 +0100 Subject: [PATCH 3/6] Update rich.txt --- records/new/rich.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/records/new/rich.txt b/records/new/rich.txt index 8a1ba0b..44b8851 100644 --- a/records/new/rich.txt +++ b/records/new/rich.txt @@ -6,6 +6,8 @@ https://nodejs.github.io/package-examples --- -The guide is still in its early stages. Feedback, issues, and PRs are welcome! +The guide is still early - currently covering the basics: JavaScript packages without a build step. More to come! + +Feedback, issues, and PRs are welcome! https://github.com/nodejs/package-examples From 795fac000fbb232ae1e8a638cf3a2b6fc0faf004 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Thu, 8 Jan 2026 01:46:03 +0100 Subject: [PATCH 4/6] Update description in rich.txt Removed 'real' from the description of the Node.js package configuration guide. --- records/new/rich.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/records/new/rich.txt b/records/new/rich.txt index 44b8851..3359813 100644 --- a/records/new/rich.txt +++ b/records/new/rich.txt @@ -1,6 +1,6 @@ The Node.js package configuration guide is now live! 🎉 -Whether you're creating your first npm package or migrating to ESM, this guide walks you through it with real examples. +Whether you're creating your first npm package or migrating to ESM, this guide walks you through it with examples. https://nodejs.github.io/package-examples From 359f296d28cb79d7425c237ba9e503c19c376cfe Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Thu, 8 Jan 2026 15:30:05 +0100 Subject: [PATCH 5/6] Remove unnecessary 'npm' from package description --- records/new/rich.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/records/new/rich.txt b/records/new/rich.txt index 3359813..e9e8ee1 100644 --- a/records/new/rich.txt +++ b/records/new/rich.txt @@ -1,6 +1,6 @@ The Node.js package configuration guide is now live! 🎉 -Whether you're creating your first npm package or migrating to ESM, this guide walks you through it with examples. +Whether you're creating your first package or migrating to ESM, this guide walks you through it with examples. https://nodejs.github.io/package-examples From 1571a8dc1a11d02a363df6c5ddffb0a5997e8a17 Mon Sep 17 00:00:00 2001 From: Kylie Wagar-Dirks <107439830+kyliewd@users.noreply.github.com> Date: Thu, 8 Jan 2026 07:02:13 -0800 Subject: [PATCH 6/6] Update rich.txt --- records/new/rich.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/records/new/rich.txt b/records/new/rich.txt index e9e8ee1..753b08c 100644 --- a/records/new/rich.txt +++ b/records/new/rich.txt @@ -6,8 +6,8 @@ https://nodejs.github.io/package-examples --- -The guide is still early - currently covering the basics: JavaScript packages without a build step. More to come! +The guide is still in progress, but currently covers JavaScript packages without a build step. -Feedback, issues, and PRs are welcome! +More to come. Feedback, issues, and PRs are welcome! https://github.com/nodejs/package-examples