bump sqlite fro doc updates PR.

This commit is contained in:
Dave Conway-Jones 2022-01-05 16:23:01 +00:00
parent 7ff905d224
commit 28580c33ea
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "node-red-node-sqlite",
"version": "1.0.2",
"version": "1.0.3",
"description": "A sqlite node for Node-RED",
"dependencies": {
"sqlite3": "^5.0.2"
@ -19,6 +19,7 @@
"sqlite"
],
"node-red": {
"version": ">=1.0.0",
"nodes": {
"sqlite": "sqlite.js"
}