This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/openwhisk-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new c158277 Automatic Site Publish by Jenkins
c158277 is described below
commit c158277b30c9a1d80a92035abb9a0c2828cbae6a
Author: jenkins <[email protected]>
AuthorDate: Wed Jul 8 14:53:01 2020 +0000
Automatic Site Publish by Jenkins
---
README.md | 5 +++--
feed.xml | 2 +-
package-lock.json | 6 +++---
3 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 5725f65..d0d8990 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,9 @@ Apache OpenWhisk is a cloud-first distributed event-based
programming service. I
### Install Prerequisites
-- Download and install Node.js: see [https://nodejs.org/](https://nodejs.org/)
-- Download and install Ruby: see
[https://www.ruby-lang.org/en/documentation/installation/](https://www.ruby-lang.org/en/documentation/installation/)
+- Download and install Node.js (recommend v10 LTS): see
[https://nodejs.org/](https://nodejs.org/)
+- Download and install NPM (recommend v6.14 latest): see
[https://www.npmjs.com/package/npm](https://www.npmjs.com/package/npm)
+- Download and install Ruby (recommend v2.7 stable): see
[https://www.ruby-lang.org/en/documentation/installation/](https://www.ruby-lang.org/en/documentation/installation/)
```sh
# Verify Node and Node Package Manager are installed
diff --git a/feed.xml b/feed.xml
index 5ef1a9d..c71e9d4 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,2 +1,2 @@
-<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="3.3.0">Jekyll</generator><link href="/feed.xml" rel="self"
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html"
/><updated>2020-07-07T03:40:43+00:00</updated><id>/feed.xml</id><title
type="html">Apache OpenWhisk is a serverless, open source cloud
platform</title><subtitle>An open source platform for serverless, event-driven
code at any [...]
+<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="3.3.0">Jekyll</generator><link href="/feed.xml" rel="self"
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html"
/><updated>2020-07-08T14:52:56+00:00</updated><id>/feed.xml</id><title
type="html">Apache OpenWhisk is a serverless, open source cloud
platform</title><subtitle>An open source platform for serverless, event-driven
code at any [...]
</subtitle></feed>
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index a20d1e6..8d7ad2b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -964,9 +964,9 @@
}
},
"lodash": {
- "version": "4.17.15",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
- "integrity":
"sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
+ "version": "4.17.17",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.17.tgz",
+ "integrity":
"sha512-/B2DjOphAoqi5BX4Gg2oh4UR0Gy/A7xYAMh3aSECEKzwS3eCDEpS0Cals1Ktvxwlal3bBJNc+5W9kNIcADdw5Q==",
"dev": true
},
"longest": {