Change node-name

This commit is contained in:
Jan Oberhauser
2020-04-24 10:14:40 +02:00
parent 56e3c621b3
commit cb8322ca98
2 changed files with 6 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ import {
export class Shopify implements INodeType {
description: INodeTypeDescription = {
displayName: 'Shopify',
name: 'shopifyN',
name: 'shopifyNode',
icon: 'file:shopify.png',
group: ['output'],
version: 1,