From 03fee03bbabe5f0be82f606502b9cadc3e2b7b5c Mon Sep 17 00:00:00 2001 From: Vivek Singh Date: Tue, 15 Oct 2024 11:55:04 +0530 Subject: [PATCH] fix json --- reference/bare/nodejs-compatibility-with-bare.md | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/bare/nodejs-compatibility-with-bare.md b/reference/bare/nodejs-compatibility-with-bare.md index 5c75429..a2c6b2c 100644 --- a/reference/bare/nodejs-compatibility-with-bare.md +++ b/reference/bare/nodejs-compatibility-with-bare.md @@ -104,6 +104,7 @@ In your project’s `package.json` file, use the `alias` field to specify packag "dependencies": { "my-package": "npm:actual-package@1.0.0" } +} ``` After defining aliases, install the dependencies as usual: