mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
update sqlite node pre-reqs
bump versions
This commit is contained in:
parent
0648f4cc0d
commit
ae25111ccc
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name" : "node-red-node-sqlite",
|
||||
"version" : "0.0.7",
|
||||
"version" : "0.1.0",
|
||||
"description" : "A sqlite node for Node-RED",
|
||||
"dependencies" : {
|
||||
"sqlite3" : "3.0.*"
|
||||
"sqlite3" : "3.1.*"
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
|
Loading…
Reference in New Issue
Block a user