Skip to content

Commit

Permalink
fix: update readme library (#1892)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Aug 1, 2020
1 parent fb23bd7 commit f75ad87
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down
15 changes: 10 additions & 5 deletions test/unit/modules/utils/__snapshots__/utils.spec.ts.snap
Expand Up @@ -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>
Expand Down
16 changes: 15 additions & 1 deletion yarn.lock
Expand Up @@ -2298,7 +2298,16 @@
lodash "4.17.19"
mkdirp "0.5.5"

"@verdaccio/readme@9.7.1", "@verdaccio/readme@^9.3.3":
"@verdaccio/readme@9.7.3":
version "9.7.3"
resolved "https://registry.verdaccio.org/@verdaccio%2freadme/-/readme-9.7.3.tgz#0d6e407883600c42e51f262971e7da8d525886e6"
integrity sha512-86Zv46Qpcx0d0YRutFPhPH4OhGSljUJyhkxk3H/bCzzw8hGEvM1Du2y8kzfAS9qUsX8Qux97vfxxz6+RpBdU1w==
dependencies:
dompurify "2.0.8"
jsdom "15.2.1"
marked "1.1.1"

"@verdaccio/readme@^9.3.3":
version "9.7.1"
resolved "https://registry.npmjs.org/@verdaccio/readme/-/readme-9.7.1.tgz#81a38c2cb06952e89b2b0ad750f04a9da5a827bc"
integrity sha512-QzUfIv5q847sG6VFO+R+2acj62lFKauhCXcxujnbUZZ/F6DNLYT1argkTClsIEcwGUFbldX9IZdHmyfZSO9EhQ==
Expand Down Expand Up @@ -6938,6 +6947,11 @@ marked@0.8.2:
resolved "https://registry.verdaccio.org/marked/-/marked-0.8.2.tgz#4faad28d26ede351a7a1aaa5fec67915c869e355"
integrity sha512-EGwzEeCcLniFX51DhTpmTom+dSA/MG/OBUDjnWtHbEnjAH180VzUeAw+oE4+Zv+CoYBWyRlYOTR0N8SO9R1PVw==

marked@1.1.1:
version "1.1.1"
resolved "https://registry.verdaccio.org/marked/-/marked-1.1.1.tgz#e5d61b69842210d5df57b05856e0c91572703e6a"
integrity sha512-mJzT8D2yPxoPh7h0UXkB+dBj4FykPJ2OIfxAWeIHrvoHDkFxukV/29QxoFQoPM6RLEwhIFdJpmKBlqVM3s2ZIw==

matcher@^1.0.0:
version "1.1.1"
resolved "https://registry.verdaccio.org/matcher/-/matcher-1.1.1.tgz#51d8301e138f840982b338b116bb0c09af62c1c2"
Expand Down

0 comments on commit f75ad87

Please sign in to comment.