Skip to content

Commit

Permalink
fixed typo for loadsh to lodash
Browse files Browse the repository at this point in the history
  • Loading branch information
René Müller committed Nov 3, 2023
1 parent 86f399e commit 9203c8f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
3 changes: 1 addition & 2 deletions nodes/ICalendarParser/ICalendarParser.node.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// @ts-ignore
import {get} from 'loadsh';
import {get} from 'lodash';

import {IExecuteFunctions} from 'n8n-core';
import {INodeExecutionData, INodeType, INodeTypeDescription} from 'n8n-workflow';
Expand Down
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
},
"devDependencies": {
"@types/express": "^4.17.6",
"@types/lodash": "^4.14.200",
"@types/request-promise-native": "~1.0.15",
"@typescript-eslint/parser": "^5.29.0",
"eslint-plugin-n8n-nodes-base": "^1.5.4",
Expand All @@ -45,6 +46,6 @@
"dependencies": {
"ical": "^0.8.0",
"iconv-lite": "^0.6.3",
"loadsh": "^0.0.4"
"lodash": "^4.17.11"
}
}

0 comments on commit 9203c8f

Please sign in to comment.