From 21957cd25816b385f2b06b25a1c8cf39ff57f1ce Mon Sep 17 00:00:00 2001 From: Nathan Manceaux-Panot Date: Tue, 28 Jun 2022 16:16:49 +0200 Subject: [PATCH] docs: fix HTML in npm --- docs/api-reference-source/npm.xml | 36 +++++++++++++++---------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/api-reference-source/npm.xml b/docs/api-reference-source/npm.xml index d705307..38250ea 100644 --- a/docs/api-reference-source/npm.xml +++ b/docs/api-reference-source/npm.xml @@ -29,17 +29,17 @@

To use such a package, access it through the npm global: -

+ cli.tell(npm.boxen(" Hello! ")); @@ -145,15 +145,15 @@ cli.tell('New unique identifier: ' + uuid());

For example, consider a package named contrivedExample. Its default export has an ambiguousLabel property; and one of its named exports happens to be named ambiguousLabel as well. In this situation: -

+ ]]>