Skip to content

Commit

Permalink
[BUGFIX] Fixed installation issue on Windows. Fixes #126, #127 and #130.
Browse files Browse the repository at this point in the history
  • Loading branch information
sclausen committed Jun 7, 2019
1 parent c45c28d commit a8d33d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -20,6 +20,8 @@
"keywords": [
"angular",
"angular6",
"angular7",
"angular8",
"mqtt"
],
"author": {
Expand All @@ -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",
Expand Down

0 comments on commit a8d33d8

Please sign in to comment.