diff --git a/README.md b/README.md index e37c7c6..3d58b27 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,3 @@ This means although you have the possibility to use `mqtt`, `mqtts`, `tcp`, `ssl 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 >= 6 is only compatible with angular >= 6** -## For installation on Windows [yarn](https://yarnpkg.com/lang/en/docs/install/#windows-stable) is needed diff --git a/package.json b/package.json index 3a4ace3..c750c27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-mqtt", - "version": "6.9.0", + "version": "6.10.0", "description": "ngx mqtt client library", "main": "bundles/ngx-mqtt.min.js", "module": "./src/index.js", @@ -20,6 +20,8 @@ "keywords": [ "angular", "angular6", + "angular7", + "angular8", "mqtt" ], "author": { @@ -39,7 +41,7 @@ "@types/node": "10.3.2", "ecstatic": ">=3.2.0", "ssri": ">=6.0.0", - "mqtt": "github:mqttjs/MQTT.js#62641d6ec22e4e51b1cacd3f692965d44a09d03e" + "mqtt": "^3.0.0" }, "devDependencies": { "@angular/common": "^6.0.4",