Update package.json

This commit is contained in:
Gary Short
2019-05-14 14:45:42 +02:00
committed by GitHub
parent 2a76fd512c
commit 3244eb95d7
+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"
}
}
}