From fe1f90a34bd8040a3fa13f4fb61a01f16ceddfe7 Mon Sep 17 00:00:00 2001 From: Mohammad Ghonchesefidi Date: Wed, 13 Oct 2021 15:38:30 +0330 Subject: [PATCH] docs: add learn more for `package.json` (#932) --- docs/content/3.docs/2.directory-structure/16.package.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/3.docs/2.directory-structure/16.package.md b/docs/content/3.docs/2.directory-structure/16.package.md index 33691ceaa8..e3331005d0 100644 --- a/docs/content/3.docs/2.directory-structure/16.package.md +++ b/docs/content/3.docs/2.directory-structure/16.package.md @@ -6,4 +6,4 @@ head.title: Package file # Package file -The `package.json` file contains all the dependencies and scripts for your application. +The `package.json` file contains all the dependencies and scripts for your application ([learn more](https://docs.npmjs.com/cli/v7/configuring-npm/package-json)).