Update package.json

master
Dave Conway-Jones 2020-10-07 14:17:02 +01:00
rodzic 0be25a09bc
commit 57ea6bde19
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 88BA2B8A411BE9FF
1 zmienionych plików z 8 dodań i 2 usunięć

Wyświetl plik

@ -6,7 +6,7 @@
"NRelectron": { "NRelectron": {
"productName": "Node-RED Electron App", "productName": "Node-RED Electron App",
"editable": true, "editable": true,
"allowLoadSave": false, "allowLoadSave": true,
"showMap": false, "showMap": false,
"kioskMode": false, "kioskMode": false,
"addNodes": true, "addNodes": true,
@ -64,10 +64,16 @@
"files": [ "files": [
"**/*", "**/*",
{ {
"from": "node_modules/@node-red/nodes/examples", "from": "node_modules/@node-red/nodes/examples",
"to": "node_modules/@node-red/nodes/examples" "to": "node_modules/@node-red/nodes/examples"
} }
], ],
"fileAssociations": [
{
"ext": "flow",
"name": "Flow file"
}
],
"mac": { "mac": {
"category": "public.app-category.developer-tools", "category": "public.app-category.developer-tools",
"target": "dmg" "target": "dmg"