From adea36f7e8aa74199235c3644f190f252fea52e0 Mon Sep 17 00:00:00 2001 From: Bojan Rajh Date: Mon, 29 Jan 2024 12:21:50 +0100 Subject: [PATCH] fix: remove deprecated hint --- .../plugins/plugin-fundamentals/using-npm-dependencies.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/plugins/plugins/plugin-fundamentals/using-npm-dependencies.md b/guides/plugins/plugins/plugin-fundamentals/using-npm-dependencies.md index 176a2c342..83c40cce4 100644 --- a/guides/plugins/plugins/plugin-fundamentals/using-npm-dependencies.md +++ b/guides/plugins/plugins/plugin-fundamentals/using-npm-dependencies.md @@ -19,9 +19,9 @@ This guide is also available as a video: -{% hint style="warning" %} +::: warning This video shows how to resolve the NPM package name as an alias. We recommend resolving all node_modules instead like shown in the code example below. -{% endhint %} +::: ## Adding a npm package to the Administration or the Storefront