Skip to content

Commit ff2990a

Browse files
committed
bump UI-table node for PR#100
1 parent a5660af commit ff2990a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "node-red-node-ui-table",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "Table UI widget node for Node-RED Dashboard",
55
"author": "Kazuhito Yokoi",
66
"contributors": ["Dave Conway-Jones","@hotNipi","@Christian-Me"],
77
"license": "Apache-2.0",
88
"node-red": {
9+
"version": ">=3.0.0",
910
"nodes": {
1011
"ui_table": "node.js"
1112
}
@@ -25,5 +26,8 @@
2526
"node-red",
2627
"node-red-dashboard",
2728
"table"
28-
]
29+
],
30+
"engines": {
31+
"node": ">=16"
32+
}
2933
}

0 commit comments

Comments
 (0)