Skip to content

Commit

Permalink
Moved mqtt to dependencies, because you need it's typings for develop…
Browse files Browse the repository at this point in the history
…ment.
  • Loading branch information
sclausen committed Dec 8, 2018
1 parent 0ab11e9 commit 608598c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"dependencies": {
"@types/node": "10.3.2",
"ecstatic": ">=3.2.0",
"ssri": ">=6.0.0"
"ssri": ">=6.0.0",
"mqtt": "github:mqttjs/MQTT.js#16848192d5e31918d5b63a697803231caef74a3a"
},
"devDependencies": {
"@angular/common": "^6.0.4",
Expand All @@ -66,7 +67,6 @@
"karma-mocha-reporter": "^2.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"mqtt": "github:mqttjs/MQTT.js#16848192d5e31918d5b63a697803231caef74a3a",
"reflect-metadata": "^0.1.12",
"rimraf": "^2.6.2",
"rxjs": "^6.2.1",
Expand Down

0 comments on commit 608598c

Please sign in to comment.