Update package.json

pull/3/head
Gary Short 2019-05-14 14:45:42 +02:00 committed by GitHub
parent 2a76fd512c
commit 3244eb95d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

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"
}
}
}