0
0
mirror of https://github.com/openwrt/packages.git synced 2025-02-12 04:38:06 +00:00
packages/lang/node-arduino-firmata/patches/000-new-serialport.patch
John Crispin 1fd7b5d1e6 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>
2015-10-19 12:20:11 +02:00

11 lines
226 B
Diff

--- a/package.json
+++ b/package.json
@@ -30,7 +30,6 @@
"author": "Sho Hashimoto <hashimoto@shokai.org>",
"license": "MIT",
"dependencies": {
- "serialport": "*",
"eventemitter2": "*",
"debug": "*"
},