Skip to content

Commit 8ab60cb

Browse files
committed
docs: update authors list for ESM/CJS contribution
1 parent 7237dd3 commit 8ab60cb

File tree

8 files changed

+8
-5
lines changed

8 files changed

+8
-5
lines changed

apps/site/pages/en/learn/asynchronous-work/event-loop-timers-and-nexttick.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: The Node.js Event Loop
33
layout: learn
4+
authors: nitin-is-me
45
---
56

67
# The Node.js Event Loop

apps/site/pages/en/learn/asynchronous-work/javascript-asynchronous-programming-and-callbacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: JavaScript Asynchronous Programming and Callbacks
33
layout: learn
4-
authors: flaviocopes, MylesBorins, LaRuaNa, amiller-gh, ahmadawais, ovflowd
4+
authors: flaviocopes, MylesBorins, LaRuaNa, amiller-gh, ahmadawais, ovflowd, nitin-is-me
55
---
66

77
# JavaScript Asynchronous Programming and Callbacks

apps/site/pages/en/learn/asynchronous-work/overview-of-blocking-vs-non-blocking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Overview of Blocking vs Non-Blocking
33
layout: learn
4-
authors: ovflowd, HassanBahati
4+
authors: ovflowd, HassanBahati, nitin-is-me
55
---
66

77
# Overview of Blocking vs Non-Blocking

apps/site/pages/en/learn/command-line/how-to-read-environment-variables-from-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to read environment variables from Node.js
33
layout: learn
4-
authors: flaviocopes, MylesBorins, fhemberger, LaRuaNa, ahmadawais, manishprivet, nikhilbhatt, ycmjason
4+
authors: flaviocopes, MylesBorins, fhemberger, LaRuaNa, ahmadawais, manishprivet, nikhilbhatt, ycmjason, nitin-is-me
55
---
66

77
# How to read environment variables from Node.js

apps/site/pages/en/learn/diagnostics/memory/understanding-and-tuning-memory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Understanding and Tuning Memory
33
layout: learn
4-
authors: avivkeller
4+
authors: avivkeller, nitin-is-me
55
---
66

77
# Understanding and Tuning Memory

apps/site/pages/en/learn/diagnostics/memory/using-gc-traces.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Tracing garbage collection
33
layout: learn
4+
authors: nitin-is-me
45
---
56

67
# Tracing garbage collection

apps/site/pages/en/learn/diagnostics/memory/using-heap-snapshot.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Using Heap Snapshot
33
layout: learn
4+
authors: nitin-is-me
45
---
56

67
# Using Heap Snapshot

apps/site/pages/en/learn/manipulating-files/writing-files-with-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Writing files with Node.js
33
layout: learn
4-
authors: flaviocopes, MylesBorins, fhemberger, LaRuaNa, ahmadawais, clean99, ovflowd, vaishnav-mk
4+
authors: flaviocopes, MylesBorins, fhemberger, LaRuaNa, ahmadawais, clean99, ovflowd, vaishnav-mk, nitin-is-me
55
---
66

77
# Writing files with Node.js

0 commit comments

Comments
 (0)