Skip to content

Commit

Permalink
fix: add missing lodash dependency (!)
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald committed Jun 18, 2018
1 parent 72c4b4d commit 2abb90c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"js-yaml": "^3.12.0",
"json-stringify-safe": "^5.0.1",
"klaw": "^2.1.1",
"lodash": "^4.17.10",
"log-symbols": "^2.2.0",
"moment": "^2.22.2",
"node-emoji": "^1.8.1",
Expand Down Expand Up @@ -83,6 +84,7 @@
"@types/js-yaml": "^3.11.1",
"@types/json-stringify-safe": "^5.0.0",
"@types/klaw": "^2.1.1",
"@types/lodash": "^4.14.109",
"@types/log-symbols": "^2.0.0",
"@types/log-update": "^2.0.0",
"@types/mocha": "^5.2.2",
Expand Down

0 comments on commit 2abb90c

Please sign in to comment.