diff options
author | Marko Ratkaj <marko.ratkaj@sartura.hr> | 2018-03-09 17:47:05 +0100 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2018-03-10 13:43:48 +0800 |
commit | 296e3ecdc474c4fa8c01d03a0dcd92b6765b8174 (patch) | |
tree | 62f9d1fbf1305c42d3c2f7d43b5b029ad032fa7c /lang/node-cylon/patches | |
parent | 92a817e8bae73c8d5c2926904ebbade2a49869ac (diff) |
node-cylon: bump to 0.24.0
Signed-off-by: Arturo Rinaldi <arty.net2@gmail.com>
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Diffstat (limited to 'lang/node-cylon/patches')
-rw-r--r-- | lang/node-cylon/patches/0001-serialport.patch | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/lang/node-cylon/patches/0001-serialport.patch b/lang/node-cylon/patches/0001-serialport.patch index 08d579c11..0e7803e21 100644 --- a/lang/node-cylon/patches/0001-serialport.patch +++ b/lang/node-cylon/patches/0001-serialport.patch @@ -1,12 +1,13 @@ -Index: node-cylon-0.22.0/package.json -=================================================================== ---- node-cylon-0.22.0.orig/package.json 2015-10-20 20:32:48.000000000 +0200 -+++ node-cylon-0.22.0/package.json 2015-10-21 10:42:20.616109122 +0200 -@@ -38,7 +38,6 @@ +--- a/package.json ++++ b/package.json +@@ -41,7 +41,8 @@ }, "dependencies": { -- "firmata": ">= 0.3.2", - "cylon": "1.1.0", - "cylon-gpio": "0.26.0", - "cylon-i2c": "0.22.0" +- "firmata": ">= 0.8.0", +- "cylon": "^1.3.0" ++ "cylon": "^1.3.0", ++ "cylon-gpio": "0.30.1", ++ "cylon-i2c": "0.26.1" + } + } |