Export to nodered library.

This commit is contained in:
Jochen Friedrich 2020-02-25 16:05:13 +00:00
parent 1e815baca9
commit 640726bf37

View file

@ -1,6 +1,6 @@
{
"name": "node-red-contrib-matrix",
"version": "0.0.2",
"version": "0.0.3",
"description": "Node-RED Module for Matrix",
"main": "matrix.js",
"dependencies": {
@ -22,7 +22,5 @@
"type": "git",
"url": "https://git.bocc.de/jochen/node-red-contrib-matrix"
},
"keywords": [
"matrix"
]
"keywords": [ "node-red", "matrix" ]
}