We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e53b3 commit 4685f4cCopy full SHA for 4685f4c
package.json
@@ -4,7 +4,7 @@
4
"description": "Data Structures & Algorithms in JS",
5
"main": "./src/index.js",
6
"dependencies": {
7
- "lodash": "4.17.11"
+
8
},
9
"devDependencies": {
10
"benchmark": "2.1.4",
src/changelog.md
@@ -19,7 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
- This changelog
20
21
### Changed
22
--
+- Updated dependencies (removed lodash since is not needed)
23
24
### Removed
25
-
26
0 commit comments