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

bump leveldb package to 0.2 to include level 6.0 lib

This commit is contained in:
Dave Conway-Jones 2019-10-26 13:08:09 +01:00
parent b9cf6d88e9
commit 2ddabadbf2
No known key found for this signature in database
GPG Key ID: 302A6725C594817F

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-leveldb",
"version" : "0.1.0",
"version" : "0.2.0",
"description" : "A Node-RED node to read and write to a LevelDB database",
"dependencies" : {
"level" : "^6.0.0"