bump levels node reqs

This commit is contained in:
Dave Conway-Jones 2018-05-30 11:13:17 +01:00
parent 318a75c41b
commit 40c62db47b
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{
"name" : "node-red-node-leveldb",
"version" : "0.0.9",
"version" : "0.1.0",
"description" : "A Node-RED node to read and write to a LevelDB database",
"dependencies" : {
"level" : "^1.7.0"
"level" : "^4.0.0"
},
"repository" : {
"type":"git",