Skip to content

Commit

Permalink
6.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sclausen committed Mar 5, 2019
1 parent 57bf6b1 commit 116b496
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-mqtt",
"version": "6.8.4",
"version": "6.8.5",
"description": "ngx mqtt client library",
"main": "bundles/ngx-mqtt.min.js",
"module": "./src/index.js",
Expand Down Expand Up @@ -33,15 +33,13 @@
"license": "MIT",
"peerDependencies": {
"@angular/core": ">6.0.0",
"rxjs": "^6.2.1",
"handlebars": "^4.0.11"
"rxjs": ">6.2.1"
},
"dependencies": {
"@types/node": "10.3.2",
"ecstatic": ">=3.2.0",
"ssri": ">=6.0.0",
"ngrok": "3.1.0",
"mqtt": "github:mqttjs/MQTT.js#16848192d5e31918d5b63a697803231caef74a3a"
"mqtt": "github:mqttjs/MQTT.js#62641d6ec22e4e51b1cacd3f692965d44a09d03e"
},
"devDependencies": {
"@angular/common": "^6.0.4",
Expand Down Expand Up @@ -70,7 +68,7 @@
"karma-webpack": "^3.0.0",
"reflect-metadata": "^0.1.12",
"rimraf": "^2.6.2",
"rxjs": "^6.2.1",
"rxjs": "^6.2.1 <6.4.0",
"source-map-loader": "0.2.0",
"systemjs": "0.20.10",
"systemjs-builder": "0.16.4",
Expand Down

0 comments on commit 116b496

Please sign in to comment.