Skip to content

Commit cabe09c

Browse files
author
Dave Conway-Jones
committed
Reorg Repo to match node names
update all docs, examples, README, links to be consistent across projects
1 parent 2a6bb0a commit cabe09c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+28
-24
lines changed

README.md

+1-1
File renamed without changes.

node-red-ui-node-lineargauge/README.md node-red-node-ui-lineargauge/README.md

+3-3

node-red-ui-node-lineargauge/package.json node-red-node-ui-lineargauge/package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-node-ui-lineargauge",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "A Node Red ui node to display a linear gauge on the dashboard.",
55
"dependencies": {},
66
"author": "Seth Johnson (https://github.com/seth350)",
@@ -10,15 +10,14 @@
1010
"license": "Apache-2.0",
1111
"keywords": [
1212
"node-red",
13-
"gauge",
1413
"node-red-dashboard",
15-
"ui",
14+
"gauge",
1615
"linear"
1716
],
1817
"bugs": {
1918
"url": "https://github.com/node-red/node-red-ui-nodes/issues"
2019
},
21-
"homepage": "https://github.com/node-red/node-red-ui-nodes/node-red-ui-node-lineargauge",
20+
"homepage": "https://github.com/node-red/node-red-ui-nodes/node-red-node-ui-lineargauge#README.md",
2221
"repository": {
2322
"type": "git",
2423
"url": "git+https://github.com/node-red/node-red-ui-nodes.git"
File renamed without changes.

node-red-ui-node-list/README.md node-red-node-ui-list/README.md

+4-4

node-red-ui-node-list/examples/example.json node-red-node-ui-list/examples/example.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"id": "ee47c5e8.e17bd",
44
"type": "tab",
5-
"label": "Example of ui_list",
5+
"label": "Example of ui-list",
66
"disabled": false,
77
"info": ""
88
},
File renamed without changes.

node-red-ui-node-list/package.json node-red-node-ui-list/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-node-ui-list",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Node-RED Dashboard UI widget node for simple list",
55
"author": "Hiroyasu Nishiyama",
66
"contributors": [
@@ -17,7 +17,10 @@
1717
"type": "git",
1818
"url": "https://github.com/node-red/node-red-ui-nodes.git"
1919
},
20-
"homepage": "https://github.com/node-red/node-red-ui-nodes/tree/master/node-red-ui-node-list#README.md",
20+
"bugs": {
21+
"url": "https://github.com/node-red/node-red-ui-nodes/issues"
22+
},
23+
"homepage": "https://github.com/node-red/node-red-ui-nodes/tree/master/node-red-node-ui-list#README.md",
2124
"keywords": [
2225
"node-red",
2326
"node-red-dashboard",
File renamed without changes.
File renamed without changes.

node-red-ui-node-mylittleuinode/README.md node-red-node-ui-mylittleuinode/README.md

+2-2

node-red-ui-node-mylittleuinode/package.json node-red-node-ui-mylittleuinode/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-node-ui-mylittleuinode",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "A Node-Red dashboard ui node to help you create your own ui node.",
55
"dependencies": {},
66
"author": "Seth Johnson (https://github.com/seth350)",
@@ -10,13 +10,12 @@
1010
"license": "Apache-2.0",
1111
"keywords": [
1212
"dashboard",
13-
"ui",
1413
"example"
1514
],
1615
"bugs": {
1716
"url":"https://github.com/node-red/node-red-ui-nodes/issues"
1817
},
19-
"homepage":"https://github.com/node-red/node-red-ui-nodes/node-red-ui-node-mylittleuinode",
18+
"homepage":"https://github.com/node-red/node-red-ui-nodes/node-red-node-ui-mylittleuinode#README.md",
2019
"repository": {
2120
"type": "git",
2221
"url": "git+https://github.com/node-red/node-red-ui-nodes.git"
File renamed without changes.

node-red-ui-node-table/README.md node-red-node-ui-table/README.md

+2-2
File renamed without changes.
File renamed without changes.

node-red-ui-node-table/package.json node-red-node-ui-table/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-node-ui-table",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Table UI widget node for Node-RED Dashboard",
55
"author": "Kazuhito Yokoi",
66
"contributors": ["Dave Conway-Jones","@hotNipi"],
@@ -14,7 +14,10 @@
1414
"type": "git",
1515
"url": "git+https://github.com/node-red/node-red-ui-nodes.git"
1616
},
17-
"homepage": "https://github.com/node-red/node-red-ui-nodes/tree/master/node-red-ui-node-table#README.md",
17+
"bugs": {
18+
"url":"https://github.com/node-red/node-red-ui-nodes/issues"
19+
},
20+
"homepage": "https://github.com/node-red/node-red-ui-nodes/tree/master/node-red-node-ui-table#README.md",
1821
"keywords": [
1922
"node-red",
2023
"node-red-dashboard",
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)