diff options
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": "*" + }, |