Skip to content

Commit 43b2f89

Browse files
authored
Updated README
1 parent abf13d2 commit 43b2f89

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,15 @@ If you run into issues with the current snapshot you can clone the 2.1.3 version
4242

4343
`git clone -b "2.1.3" https://github.com/Graylog2/graylog2-server.git`
4444

45-
**TIP** If you happen to use "[graylog-project](https://github.com/Graylog2/graylog-project)" and are having issues with the plugin compiling properly or not loading on the page, ensure your plugin's package.json has the same dependcies as "[graylog-plugin-sample](https://github.com/Graylog2/graylog-plugin-sample)"
45+
**TIP** If you happen to use "[graylog-project](https://github.com/Graylog2/graylog-project)" and are having issues with the plugin compiling properly or not loading on the page, ensure your plugin's package.json has the same dependcies as "[graylog-plugin-sample](https://github.com/Graylog2/graylog-plugin-sample)". The example below has a few additional packages (crossfilter, d3, dc, deep-equal and immutable).
4646

4747
```
4848
"dependencies": {
4949
"reflux": "^0.2.12",
5050
"crossfilter": "1.3.x",
5151
"d3": "<=3.5.0",
52-
"dc": "2.0.0-beta.19", "deep-equal": "^1.0.1",
52+
"dc": "2.0.0-beta.19",
53+
"deep-equal": "^1.0.1",
5354
"immutable": "^3.7.5"
5455
},
5556
"devDependencies": {

0 commit comments

Comments
 (0)