mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
➖ Remove not needed dependency
This commit is contained in:
parent
0cf6ac6b47
commit
64e9b52f88
|
@ -39,7 +39,6 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"crypto-js": "^3.1.9-1",
|
"crypto-js": "^3.1.9-1",
|
||||||
"lodash.get": "^4.4.2",
|
"lodash.get": "^4.4.2",
|
||||||
"lodash.merge": "^4.6.2",
|
|
||||||
"mmmagic": "^0.5.2",
|
"mmmagic": "^0.5.2",
|
||||||
"n8n-workflow": "^0.8.0",
|
"n8n-workflow": "^0.8.0",
|
||||||
"request-promise-native": "^1.0.7"
|
"request-promise-native": "^1.0.7"
|
||||||
|
|
|
@ -20,8 +20,6 @@ import {
|
||||||
NodeExecuteFunctions,
|
NodeExecuteFunctions,
|
||||||
} from './';
|
} from './';
|
||||||
|
|
||||||
import { merge } from 'lodash';
|
|
||||||
|
|
||||||
export class WorkflowExecute {
|
export class WorkflowExecute {
|
||||||
private additionalData: IWorkflowExecuteAdditionalData;
|
private additionalData: IWorkflowExecuteAdditionalData;
|
||||||
private mode: WorkflowExecuteMode;
|
private mode: WorkflowExecuteMode;
|
||||||
|
|
Loading…
Reference in a new issue