💥 Fix node names

This commit is contained in:
Jan Oberhauser
2020-05-12 15:08:19 +02:00
parent f982854245
commit 9c66a652fc
13 changed files with 61 additions and 14 deletions

View File

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