Move several nodes to "mobile" category

Nma, pushbullet, pusher, pushover, twilio
This commit is contained in:
Dave Conway-Jones
2015-09-16 22:38:38 +01:00
parent d00f4a7e32
commit 2b857cddf2
10 changed files with 12 additions and 12 deletions

View File

@@ -111,7 +111,7 @@
});
RED.nodes.registerType('twilio out',{
category: 'output',
category: 'mobile-output',
defaults: {
twilio:{type:"twilio-api",validate:function(v) {
return hasGlobal || (v && v!="_ADD_");

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-twilio",
"version" : "0.0.7",
"version" : "0.0.8",
"description" : "A Node-RED node to send SMS messages via the Twilio service.",
"dependencies" : {
"twilio" : "1.6.0"