diff --git a/package.json b/package.json index 00f432ec5..62ff78baa 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "@verdaccio/commons-api": "9.7.1", "@verdaccio/local-storage": "9.7.2", - "@verdaccio/readme": "9.7.1", + "@verdaccio/readme": "9.7.3", "@verdaccio/streams": "9.7.2", "@verdaccio/ui-theme": "1.12.1", "JSONStream": "1.3.5", diff --git a/test/unit/modules/utils/__snapshots__/utils.spec.ts.snap b/test/unit/modules/utils/__snapshots__/utils.spec.ts.snap index 4dd089d8a..a39958cf3 100644 --- a/test/unit/modules/utils/__snapshots__/utils.spec.ts.snap +++ b/test/unit/modules/utils/__snapshots__/utils.spec.ts.snap @@ -7,18 +7,23 @@ exports[`Utilities parseReadme should parse makrdown text to html template 1`] =

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

-
Give examples

Installing

+
Give examples
+

Installing

A step by step series of examples that tell you how to get a development env running

Say what the step will be

-
Give the example

And repeat

-
until finished

End with an example of getting some data out of the system or using it for a little demo

+
Give the example
+

And repeat

+
until finished
+

End with an example of getting some data out of the system or using it for a little demo

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

-
Give an example

And coding style tests

+
Give an example
+

And coding style tests

Explain what these tests test and why

-
Give an example

Deployment

+
Give an example
+

Deployment

Add additional notes about how to deploy this on a live system

Built With