Move msg pack node to more supported lib msgpack-lite

This commit is contained in:
Dave Conway-Jones
2017-08-09 16:58:15 +01:00
parent dbff575e24
commit 7950b7d39a
6 changed files with 21 additions and 9 deletions

View File

@@ -1,9 +1,9 @@
{
"name" : "node-red-node-msgpack",
"version" : "0.0.6",
"version" : "1.0.0",
"description" : "A Node-RED node to pack and unpack objects to msgpack format",
"dependencies" : {
"msgpack-js" : "0.3.0"
"msgpack-lite" : "^0.1.26"
},
"repository" : {
"type":"git",