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
1 changed files with 1 additions and 1 deletions

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"