Change msgpack to use pure javascript npm implementation of lib

This commit is contained in:
Dave C-J
2014-10-02 19:38:23 +01:00
parent 2193eaab24
commit 8d15e68b47
2 changed files with 5 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
{
"name" : "node-red-node-msgpack",
"version" : "0.0.1",
"version" : "0.0.2",
"description" : "A Node-RED node to pack and unpack objects to msgpack format",
"dependencies" : {
"msgpack" : "0.2.4"
"msgpack-js" : "0.3.0"
},
"repository" : {
"type":"git",