Skip to content

Commit

Permalink
Explicitly adding lodash as dependency of the web interface.
Browse files Browse the repository at this point in the history
It was missing before, although used in at least one line of code. The
reason why it worked before is because it was drawn it transitively
through other libraries depending on it.
  • Loading branch information
dennisoelkers committed Jan 18, 2017
1 parent 97cd6b4 commit 8209e66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graylog2-web-interface/package.json
Expand Up @@ -30,6 +30,7 @@
"immutable": "^3.7.5",
"javascript-natural-sort": "^0.7.1",
"jquery-ui": "1.12.x",
"lodash": "^4.17.4",
"markdown": "^0.5.0",
"md5": "^2.0.0",
"moment-duration-format": "1.3.0",
Expand Down

0 comments on commit 8209e66

Please sign in to comment.