Merge pull request #3 from gar-syn/master

Update package.json for node-red compatibility with the new version
pull/5/head
Vincent Schoonenburg 2019-07-18 15:44:55 +02:00 committed by GitHub
commit dc0b8f5543
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"
}
}
}