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

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-pusher",
"version" : "0.0.2",
"version" : "0.0.3",
"description" : "A Node-RED node to send and receive messages using Pusher.com",
"dependencies" : {
"pusher": "1.0.5",

View File

@@ -42,7 +42,7 @@
<script type="text/javascript">
RED.nodes.registerType('pusher in',{
category: 'social-input',
category: 'mobile-input',
color:"#A9D0F5",
defaults: {
name: {value:""},
@@ -107,7 +107,7 @@
<script type="text/javascript">
RED.nodes.registerType('pusher out',{
category: 'social-output',
category: 'mobile-output',
color:"#A9D0F5",
defaults: {
name: {value:""},