mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
fix: update readme library (#1892)
This commit is contained in:
parent
fb23bd77c5
commit
f75ad876fd
3 changed files with 11 additions and 6 deletions
|
@ -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",
|
||||
|
|
|
@ -7,18 +7,23 @@ exports[`Utilities parseReadme should parse makrdown text to html template 1`] =
|
|||
<p>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.</p>
|
||||
<h3 id=\\"prerequisites\\">Prerequisites</h3>
|
||||
<p>What things you need to install the software and how to install them</p>
|
||||
<pre><code>Give examples</code></pre><h3 id=\\"installing\\">Installing</h3>
|
||||
<pre><code>Give examples</code></pre>
|
||||
<h3 id=\\"installing\\">Installing</h3>
|
||||
<p>A step by step series of examples that tell you how to get a development env running</p>
|
||||
<p>Say what the step will be</p>
|
||||
<pre><code>Give the example</code></pre><p>And repeat</p>
|
||||
<pre><code>until finished</code></pre><p>End with an example of getting some data out of the system or using it for a little demo</p>
|
||||
<pre><code>Give the example</code></pre>
|
||||
<p>And repeat</p>
|
||||
<pre><code>until finished</code></pre>
|
||||
<p>End with an example of getting some data out of the system or using it for a little demo</p>
|
||||
<h2 id=\\"running-the-tests\\">Running the tests</h2>
|
||||
<p>Explain how to run the automated tests for this system</p>
|
||||
<h3 id=\\"break-down-into-end-to-end-tests\\">Break down into end to end tests</h3>
|
||||
<p>Explain what these tests test and why</p>
|
||||
<pre><code>Give an example</code></pre><h3 id=\\"and-coding-style-tests\\">And coding style tests</h3>
|
||||
<pre><code>Give an example</code></pre>
|
||||
<h3 id=\\"and-coding-style-tests\\">And coding style tests</h3>
|
||||
<p>Explain what these tests test and why</p>
|
||||
<pre><code>Give an example</code></pre><h2 id=\\"deployment\\">Deployment</h2>
|
||||
<pre><code>Give an example</code></pre>
|
||||
<h2 id=\\"deployment\\">Deployment</h2>
|
||||
<p>Add additional notes about how to deploy this on a live system</p>
|
||||
<h2 id=\\"built-with\\">Built With</h2>
|
||||
<ul>
|
||||
|
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue