Realign sqlite files to be similar to other nodes

This commit is contained in:
Dave C-J 2014-07-25 10:10:06 +01:00
parent f121f2683d
commit 2d44105ae6
4 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-contrib-sqlite",
"version" : "0.0.2",
"version" : "0.0.3",
"description" : "A sqlite node for Node-RED",
"dependencies" : {
"sqlite3" : "2.x"
@ -13,7 +13,7 @@
"keywords": [ "node-red", "sqlite" ],
"node-red" : {
"nodes" : {
"sqlite": "nodes/sqlite.js"
"sqlite": "sqlite.js"
}
},
"author": {