diff options
author | John Crispin <blogic@openwrt.org> | 2015-08-02 08:26:39 +0200 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-10-19 12:20:11 +0200 |
commit | 1fd7b5d1e67a9217f695c252866784a901bc7372 (patch) | |
tree | ee9df06d2bb34ac0e5c415f82925f193ec1c3d07 /lang/node-arduino-firmata/patches | |
parent | 23bee2145ff377b48d3e49613f93b3b8c7a82dda (diff) |
nodejs: add 0.12 version of node
add node-js 0.12 and a few gyp bindings
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'lang/node-arduino-firmata/patches')
-rw-r--r-- | lang/node-arduino-firmata/patches/000-new-serialport.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/node-arduino-firmata/patches/000-new-serialport.patch b/lang/node-arduino-firmata/patches/000-new-serialport.patch new file mode 100644 index 000000000..10eab6447 --- /dev/null +++ b/lang/node-arduino-firmata/patches/000-new-serialport.patch @@ -0,0 +1,10 @@ +--- a/package.json ++++ b/package.json +@@ -30,7 +30,6 @@ + "author": "Sho Hashimoto <hashimoto@shokai.org>", + "license": "MIT", + "dependencies": { +- "serialport": "*", + "eventemitter2": "*", + "debug": "*" + }, |