Remove not needed dependency

This commit is contained in:
Jan Oberhauser 2019-08-03 11:22:52 +02:00
parent 0cf6ac6b47
commit 64e9b52f88
2 changed files with 0 additions and 3 deletions

View file

@ -39,7 +39,6 @@
"dependencies": {
"crypto-js": "^3.1.9-1",
"lodash.get": "^4.4.2",
"lodash.merge": "^4.6.2",
"mmmagic": "^0.5.2",
"n8n-workflow": "^0.8.0",
"request-promise-native": "^1.0.7"

View file

@ -20,8 +20,6 @@ import {
NodeExecuteFunctions,
} from './';
import { merge } from 'lodash';
export class WorkflowExecute {
private additionalData: IWorkflowExecuteAdditionalData;
private mode: WorkflowExecuteMode;