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