1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

Update mongodb dependency

Fixes #133
This commit is contained in:
Nick O'Leary 2015-10-11 21:11:39 +01:00
parent 6b6f90a006
commit d8ffba3338

View File

@ -1,9 +1,9 @@
{ {
"name" : "node-red-node-mongodb", "name" : "node-red-node-mongodb",
"version" : "0.0.2", "version" : "0.0.3",
"description" : "Node-RED nodes to talk to an Mongo database", "description" : "Node-RED nodes to talk to an Mongo database",
"dependencies" : { "dependencies" : {
"mongodb" : "1.3.6" "mongodb" : "1.4.29"
}, },
"repository" : { "repository" : {
"type":"git", "type":"git",