@5minds/node-red-contrib-processcube 0.5.0-feature-510fd9-lxlx20ia → 0.5.1-develop-65e016-lxnszh24
Sign up to get free protection for your applications and to get access to all the features.
@@ -324,7 +324,7 @@
|
|
324
324
|
"icon": "home",
|
325
325
|
"layout": "grid",
|
326
326
|
"theme": "7175f012d8e51857",
|
327
|
-
"order":
|
327
|
+
"order": 3,
|
328
328
|
"className": "",
|
329
329
|
"visible": true,
|
330
330
|
"disabled": "false"
|
@@ -361,7 +361,7 @@
|
|
361
361
|
"icon": "home",
|
362
362
|
"layout": "grid",
|
363
363
|
"theme": "7175f012d8e51857",
|
364
|
-
"order":
|
364
|
+
"order": 1,
|
365
365
|
"className": "",
|
366
366
|
"visible": "true",
|
367
367
|
"disabled": "false"
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@5minds/node-red-contrib-processcube",
|
3
|
-
"version": "0.5.
|
3
|
+
"version": "0.5.1-develop-65e016-lxnszh24",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "Node-RED nodes for ProcessCube",
|
6
6
|
"authors": [
|
@@ -19,10 +19,10 @@
|
|
19
19
|
],
|
20
20
|
"repository": {
|
21
21
|
"type": "git",
|
22
|
-
"url": "https://github.com/5minds/
|
22
|
+
"url": "https://github.com/5minds/node-red-contrib-processcube"
|
23
23
|
},
|
24
24
|
"bugs": {
|
25
|
-
"url": "https://github.com/5minds/
|
25
|
+
"url": "https://github.com/5minds/node-red-contrib-processcube/issues",
|
26
26
|
"email": "processcube@5minds.de"
|
27
27
|
},
|
28
28
|
"engines": {
|