From 4a4b518a8311e6741c5785c889cd60fb591092f9 Mon Sep 17 00:00:00 2001 From: l0aft3r Date: Sat, 19 Oct 2024 15:05:40 +0300 Subject: [PATCH] Update npm additional resources section --- javascript/organizing_your_javascript_code/npm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/organizing_your_javascript_code/npm.md b/javascript/organizing_your_javascript_code/npm.md index f85775b8d64..14ca98b977a 100644 --- a/javascript/organizing_your_javascript_code/npm.md +++ b/javascript/organizing_your_javascript_code/npm.md @@ -70,4 +70,4 @@ The following questions are an opportunity to reflect on key topics in this less This section contains helpful links to related content. It isn't required, so consider it supplemental. -- It looks like this lesson doesn't have any additional resources yet. Help us expand this section by contributing to our curriculum. +- Explore the [`package.json` documentation](https://docs.npmjs.com/cli/v10/configuring-npm/package-json) further to discover its additional features and functionalities.