Skip to content

Commit

Permalink
remove lodash
Browse files Browse the repository at this point in the history
  • Loading branch information
amejiarosario committed Mar 29, 2019
1 parent 78e53b3 commit 4685f4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Data Structures & Algorithms in JS",
"main": "./src/index.js",
"dependencies": {
"lodash": "4.17.11"

},
"devDependencies": {
"benchmark": "2.1.4",
Expand Down
3 changes: 2 additions & 1 deletion src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- This changelog

### Changed
-
- Updated dependencies (removed lodash since is not needed)

### Removed
-

Expand Down

0 comments on commit 4685f4c

Please sign in to comment.