Skip to content

Commit bd3e59d

Browse files
committed
updated .md files, updated npm deps
1 parent dfc726d commit bd3e59d

File tree

20 files changed

+297
-317
lines changed

20 files changed

+297
-317
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Optionally one may also install the following software:
2626

2727
> **:mag_right:** Git for Windows provides a BASH emulation used to run [**`git`**][git_docs] from the command line (as well as over 250 Unix commands like [**`awk`**][man1_awk], [**`diff`**][man1_diff], [**`file`**][man1_file], [**`grep`**][man1_grep], [**`more`**][man1_more], [**`mv`**][man1_mv], [**`rmdir`**][man1_rmdir], [**`sed`**][man1_sed] and [**`wc`**][man1_wc]).
2828
29-
For instance our development environment looks as follows (February 2022) <sup id="anchor_02"><a href="#footnote_02">2</a></sup>:
29+
For instance our development environment looks as follows (March 2022) <sup id="anchor_02"><a href="#footnote_02">2</a></sup>:
3030

3131
<pre style="font-size:80%;">
3232
C:\opt\Git-2.35.1\ <i>(282 MB)</i>
@@ -281,7 +281,7 @@ In our case we downloaded the following installation files (see <a href="#proj_d
281281

282282
***
283283

284-
*[mics](https://lampwww.epfl.ch/~michelou/)/February 2022* [**&#9650;**](#top)
284+
*[mics](https://lampwww.epfl.ch/~michelou/)/March 2022* [**&#9650;**](#top)
285285
<span id="bottom">&nbsp;</span>
286286

287287
<!-- link refs -->

RESOURCES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
***
5656

57-
*[mics](https://lampwww.epfl.ch/~michelou/)/February 2022* [**&#9650;**](#top)
57+
*[mics](https://lampwww.epfl.ch/~michelou/)/March 2022* [**&#9650;**](#top)
5858
<span id="bottom">&nbsp;</span>
5959

6060
<!-- link refs -->

samples/README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ Command **`npm run client`** displays the following output in a separate Windows
8484

8585
<pre style="font-size:80%;">
8686
<b>&gt; <a href="https://docs.npmjs.com/cli-documentation/start.html">npm run client</a></b>
87-
87+
&nbsp;
8888
> [email protected] client N:\samples\locales-2
8989
> node ./npm_scripts/start_client.js
90-
90+
&nbsp;
9191
en
9292
&lt;!DOCTYPE html&gt;
9393
<b>&lt;html</b> lang="en" dir="ltr"&gt;
@@ -99,7 +99,7 @@ en
9999
<b>&lt;h1&gt;</b>Hello<b>&lt;/h1&gt;</b>
100100
<b>&lt;/body&gt;</b>
101101
<b>&lt;/html&gt;</b>
102-
102+
&nbsp;
103103
fr
104104
&lt;!DOCTYPE html&gt;
105105
<b>&lt;html</b> lang="fr" dir="ltr"&gt;
@@ -111,7 +111,7 @@ fr
111111
<b>&lt;h1&gt;</b>Salut<b>&lt;/h1&gt;</b>
112112
<b>&lt;/body&gt;</b>
113113
<b>&lt;/html&gt;</b>
114-
114+
&nbsp;
115115
de
116116
&lt;!DOCTYPE html&gt;
117117
<b>&lt;html</b> lang="de" dir="ltr"&gt;
@@ -135,14 +135,16 @@ Executing command [**`npm start`**](https://docs.npmjs.com/cli/v6/commands/npm-s
135135

136136
> [email protected] start N:\samples\webaudio-sample
137137
> node ./npm_scripts/start_browser.js && node .
138-
139-
138+
&nbsp;
139+
&nbsp;
140140
Module search path: (none)
141141
Express server listening on port 8180
142142
Returning Paradise.m4a for request /music
143143
</pre>
144144

145145
***
146146

147-
*[mics](https://lampwww.epfl.ch/~michelou/)/February 2022* [**&#9650;**](#top)
147+
*[mics](https://lampwww.epfl.ch/~michelou/)/March 2022* [**&#9650;**](#top)
148148
<span id="bottom">&nbsp;</span>
149+
150+
<!-- link refs -->

samples/locales-1/package-lock.json

Lines changed: 28 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/locales-1/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"private": true,
2121
"licence": "BSD",
2222
"dependencies": {
23-
"i18n": "^0.14.1"
23+
"i18n": "^0.14.2"
2424
},
2525
"devDependencies": {
26-
"eslint": "^8.9.0",
26+
"eslint": "^8.10.0",
2727
"eslint-config-standard": "^16.0.3",
2828
"eslint-plugin-import": "^2.25.4",
2929
"eslint-plugin-node": "^11.1.0",
3030
"eslint-plugin-promise": "^6.0.0",
31-
"mocha": "^9.2.0",
31+
"mocha": "^9.2.1",
3232
"should": "^13.2.3",
3333
"zombie": "^6.1.4"
3434
},

samples_Bojinov/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Command [**`npm start`**](./hello-1/package.json) executes application [**`app\a
4949
&gt; [email protected] start N:\samples_Bojinov\hello-1
5050
&gt; node ./npm_scripts/start_browser.js && node .</b>
5151

52-
Node runtime: 14.18.3 (x64)
52+
Node runtime: 14.19.0 (x64)
5353
Module search path: (none)
5454
Started Node.js http server at http://127.0.0.1:8180
5555
requested (GET)
@@ -106,12 +106,14 @@ Command [**`npm start`**](./routes/package.json) executes [**`app\app.js`**](./r
106106
&gt; node ./npm_scripts/start_browser.js && node .</b>
107107

108108

109-
Node runtime: 14.18.3 (x64)
109+
Node runtime: 14.19.0 (x64)
110110
Module search path: N:\samples_Bojinov\\node_modules
111111
Server listening at 127.0.0.1:8180
112112
</pre>
113113

114114
***
115115

116-
*[mics](https://lampwww.epfl.ch/~michelou/)/February 2022* [**&#9650;**](#top)
116+
*[mics](https://lampwww.epfl.ch/~michelou/)/March 2022* [**&#9650;**](#top)
117117
<span id="bottom">&nbsp;</span>
118+
119+
<!-- link refs -->

0 commit comments

Comments
 (0)