Merge pull request #3 from gar-syn/master

Update package.json for node-red compatibility with the new version
This commit is contained in:
Vincent Schoonenburg
2019-07-18 15:44:55 +02:00
committed by GitHub
+4 -4
View File
@@ -1,10 +1,10 @@
{
"name": "node-red-contrib-postgres-listen",
"version": "0.2.0",
"version": "0.3.0",
"description": "A Node-RED node to listen to pg_notify",
"dependencies": {
"pg": "~7.4.1",
"node-red-contrib-postgres": "~0.6.1"
"pg": "^6.1.5",
"node-red-contrib-re-postgres": "~0.1.9"
},
"repository": {
"type": "git",
@@ -26,4 +26,4 @@
"name": "Vincent Schoonenburg",
"email": "arkancrow@gmail.com"
}
}
}