https://www.gnu.org/software/librejs/manual/html_node/LibreJS-Development-Notes.html#Dependencies

Typo in https://web.cvs.savannah.gnu.org/viewvc/librejs/librejs/manual/html_node/LibreJS-Development-Notes.html?view=markup#l66
<https://web.cvs.savannah.gnu.org/viewvc/librejs/librejs/manual/html_node/LibreJS-Development-Notes.html?view=markup#l66>
_ $ npm install acorn-loose jassha browserify
_
There's no package named jassha, I fixed it to jsSHA <https://www.npmjs.com/package/jssha>
? .eslintrc.js
? .git
? .gitignore
? COPYING
? NEWS
? README
? TODO
? bg
? build.sh
? common
? content
? docs
? fix_packagetypo.patch
? html
? icons
? main_background.js
? manifest.json
? node_modules
? package-lock.json
? package.json
? test
? utilities
Index: manual/html_node/LibreJS-Development-Notes.html
===================================================================
RCS file: /web/librejs/librejs/manual/html_node/LibreJS-Development-Notes.html,v
retrieving revision 1.2
diff -u -r1.2 LibreJS-Development-Notes.html
--- manual/html_node/LibreJS-Development-Notes.html     17 Sep 2023 08:15:25 
-0000      1.2
+++ manual/html_node/LibreJS-Development-Notes.html     25 Jan 2024 12:19:04 
-0000
@@ -63,7 +63,7 @@
 <p>LibreJS 7.21 depends on a number of Node.js-based libraries that
 can be installed using the <code class="code">npm</code> utility:
 </p>
-<pre class="verbatim">  $ npm install acorn-loose jassha browserify
+<pre class="verbatim">  $ npm install acorn-loose jssha browserify
   $ export PATH=$PATH:./node_modules/.bin
 </pre>
 </div>

Attachment: OpenPGP_0x9DAB5E772EDA5326.asc
Description: OpenPGP public key

Reply via email to