mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
➖ Remove not needed dependency
This commit is contained in:
parent
0cf6ac6b47
commit
64e9b52f88
|
@ -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"
|
||||
|
|
|
@ -20,8 +20,6 @@ import {
|
|||
NodeExecuteFunctions,
|
||||
} from './';
|
||||
|
||||
import { merge } from 'lodash';
|
||||
|
||||
export class WorkflowExecute {
|
||||
private additionalData: IWorkflowExecuteAdditionalData;
|
||||
private mode: WorkflowExecuteMode;
|
||||
|
|
Loading…
Reference in a new issue