From 4bf5a93da73bd60bad5762c35e891cd4e3267d04 Mon Sep 17 00:00:00 2001 From: James Seigel Date: Fri, 4 Jun 2021 10:57:02 -0600 Subject: [PATCH 1/2] update:Updating versions of the example Updating the example to use the latest version of the PouchDB library. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 2884dc2..398305e 100644 --- a/package.json +++ b/package.json @@ -10,9 +10,9 @@ "start": "node server.js" }, "dependencies": { - "express": "^4.16.2", - "pouchdb-express-router": "^0.0.9", - "pouchdb": "^6.4.1" + "express": "^4.17.1", + "pouchdb-express-router": "^0.0.10", + "pouchdb": "^7.2.2" }, "engines": { "node": "8.x" @@ -26,4 +26,4 @@ "glitch", "express" ] -} \ No newline at end of file +} From 6bee645587a50b8d2a82563930f3296cd7a939a4 Mon Sep 17 00:00:00 2001 From: James Seigel Date: Fri, 4 Jun 2021 11:01:45 -0600 Subject: [PATCH 2/2] Update index.html --- views/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/views/index.html b/views/index.html index a06ffc9..6790b49 100644 --- a/views/index.html +++ b/views/index.html @@ -31,6 +31,8 @@

+ Fork me on GitHub + - +