From 96cf58b9a6080aa479e821470daadb2cd19293c5 Mon Sep 17 00:00:00 2001 From: Vincent Schoonenburg Date: Tue, 4 Dec 2018 12:57:54 +0100 Subject: [PATCH] dependency to node-red-contrib-postgres --- node-red-contrib-postgres-listen.iml | 9 +++++ package.json | 3 +- pglisten.html | 53 ---------------------------- pglisten.js | 21 ----------- 4 files changed, 11 insertions(+), 75 deletions(-) create mode 100644 node-red-contrib-postgres-listen.iml diff --git a/node-red-contrib-postgres-listen.iml b/node-red-contrib-postgres-listen.iml new file mode 100644 index 0000000..8021953 --- /dev/null +++ b/node-red-contrib-postgres-listen.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/package.json b/package.json index 79dd9fd..d402f28 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "version": "0.1.0", "description": "A Node-RED node to listen to pg_notify", "dependencies": { - "pg": "6.1.5" + "pg": "~7.4.1", + "node-red-contrib-postgres": "~0.6.1" }, "repository": { "type": "git", diff --git a/pglisten.html b/pglisten.html index c6afbe1..8159514 100644 --- a/pglisten.html +++ b/pglisten.html @@ -14,59 +14,6 @@ limitations under the License. --> - - -