From a8d33d8ed532f7ad3cf1f8eac78939dc30a14890 Mon Sep 17 00:00:00 2001 From: sclausen Date: Fri, 7 Jun 2019 15:54:11 +0200 Subject: [PATCH] [BUGFIX] Fixed installation issue on Windows. Fixes #126, #127 and #130. --- README.md | 1 - package.json | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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",