mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Remove pi gpi, twitter, email and feedparser nodes from core
This commit is contained in:
@@ -50,7 +50,12 @@ var nodes = {
|
||||
|
||||
"sentiment": {module:"node-red-node-sentiment"},
|
||||
|
||||
"tail": {module:"node-red-node-tail"}
|
||||
"tail": {module:"node-red-node-tail"},
|
||||
|
||||
"rpi-gpio in": {module:"node-red-node-pi-gpio"},
|
||||
"rpi-gpio out": {module:"node-red-node-pi-gpio"},
|
||||
"rpi-mouse": {module:"node-red-node-pi-gpio"},
|
||||
"rpi-keyboard": {module:"node-red-node-pi-gpio"}
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
Reference in New Issue
Block a user