Skip to content

Commit

Permalink
fixed version range, fixed broken dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sclausen committed Jun 6, 2021
1 parent 211f130 commit 5b04c5e
Show file tree
Hide file tree
Showing 9 changed files with 20,560 additions and 2,094 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Since it's based on the browserified version of mqtt.js, this means although you

If you have any issues using this library, please visit it's [homepage](https://sclausen.github.io/ngx-mqtt/) and look for similar issues in the issue tracker before you file a bug.

## **ngx-mqtt >= 9 is only compatible with angular >= 12**
## **ngx-mqtt >= 7 is only compatible with angular >= 9**

## Local development
For local development all peer dependency automatically installed during install.
3 changes: 2 additions & 1 deletion mosquitto/config/mosquitto.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
allow_anonymous true
listener 9001
protocol websockets

persistence true
persistence_location /mosquitto/data/
log_dest file /mosquitto/log/mosquitto.log
log_dest file /mosquitto/log/mosquitto.log
Loading

0 comments on commit 5b04c5e

Please sign in to comment.