Skip to content

Commit 4685f4c

Browse files
committed
remove lodash
1 parent 78e53b3 commit 4685f4c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Data Structures & Algorithms in JS",
55
"main": "./src/index.js",
66
"dependencies": {
7-
"lodash": "4.17.11"
7+
88
},
99
"devDependencies": {
1010
"benchmark": "2.1.4",

Diff for: src/changelog.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
- This changelog
2020

2121
### Changed
22-
-
22+
- Updated dependencies (removed lodash since is not needed)
23+
2324
### Removed
2425
-
2526

0 commit comments

Comments
 (0)