Skip to content

Commit

Permalink
Added ngrok in newer version trying to fix install on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
sclausen committed Jan 29, 2019
1 parent a33cddc commit 57bf6b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-mqtt",
"version": "6.8.3",
"version": "6.8.4",
"description": "ngx mqtt client library",
"main": "bundles/ngx-mqtt.min.js",
"module": "./src/index.js",
Expand Down Expand Up @@ -32,14 +32,15 @@
],
"license": "MIT",
"peerDependencies": {
"@angular/core": "^6.0.0",
"@angular/core": ">6.0.0",
"rxjs": "^6.2.1",
"handlebars": "^4.0.11"
},
"dependencies": {
"@types/node": "10.3.2",
"ecstatic": ">=3.2.0",
"ssri": ">=6.0.0",
"ngrok": "3.1.0",
"mqtt": "github:mqttjs/MQTT.js#16848192d5e31918d5b63a697803231caef74a3a"
},
"devDependencies": {
Expand Down

0 comments on commit 57bf6b1

Please sign in to comment.