Move base64, msgpack, and markdown nodes to parser category

to be consistent with other parsers, and change x-red to html
This commit is contained in:
Dave Conway-Jones
2020-02-25 17:41:45 +00:00
parent be5f79becc
commit 4efb7417df
8 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-msgpack",
"version" : "1.2.0",
"version" : "1.2.1",
"description" : "A Node-RED node to pack and unpack objects to msgpack format",
"dependencies" : {
"msgpack-lite" : "^0.1.26"