From a2f2bcc9a586e8f2e1f0ed70bf6eae49790dce8c Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 17 Mar 2020 00:00:06 +0000 Subject: [PATCH] working working --- README.adoc | 4 ++-- push-mirrors | 1 + push-mirrors-bump-package-json-version | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 5616d5b..4171632 100644 --- a/README.adoc +++ b/README.adoc @@ -1851,7 +1851,7 @@ The UK for example was trying hard to get kicked out of the 5 eyes in 2020 by us * https://edition.cnn.com/2020/01/28/tech/huawei-5g-uk/index.html (https://web.archive.org/web/20200129023355/https://edition.cnn.com/2020/01/28/tech/huawei-5g-uk/index.html[archive]) "UK will allow Huawei to help build its 5G network despite US pressure" -."When you send a good joke from your Huawei phone", <> is also listening and laughing with you girls. https://i.redd.it/nodgcqmwtcg31.jpg[Source]. +."When you send a good joke from your Huawei phone", <> is also listening and laughing with you, girls. https://i.redd.it/nodgcqmwtcg31.jpg[Source]. image::http://web.archive.org/web/20190814074955/https://i.redd.it/nodgcqmwtcg31.jpg[height=600] ===== What should Western media do about China? @@ -4902,7 +4902,7 @@ The cool thing about Git is that we can maintain several mirrors on multiple web * https://gitlab.com/cirosantilli/china-dictatorship Maybe some day http://gitlab.cn/ ? :-) * https://bitbucket.org/cirosantilli/china-dictatorship -We also have an NPM package https://www.npmjs.com/package/china-dictatorship[] which can be used as: +We also have a NPM Node.js package https://www.npmjs.com/package/china-dictatorship[]. After https://askubuntu.com/questions/594656/how-to-install-the-latest-versions-of-nodejs-and-npm/971612#971612[installing NPM], you can be use it as: .... npm i -g china-dictatorship diff --git a/push-mirrors b/push-mirrors index bbfe96c..4326682 100755 --- a/push-mirrors +++ b/push-mirrors @@ -1,4 +1,5 @@ #!/usr/bin/env bash +set -eux ./push-mirrors-bump-package-json-version git add package.json git commit -m 'bump package.json' diff --git a/push-mirrors-bump-package-json-version b/push-mirrors-bump-package-json-version index 704f2f2..45d3ff1 100755 --- a/push-mirrors-bump-package-json-version +++ b/push-mirrors-bump-package-json-version @@ -1,5 +1,4 @@ #!/usr/bin/env node -set -eux const fs = require('fs'); const path = require('path'); const json = JSON.parse(fs.readFileSync('package.json'));