Skip to content

Commit 0e5c505

Browse files
committed
Do not automatically pull in mqtt/amqplib
Users of this library should install the one they want, as a dependency of their project
1 parent ff6e2cd commit 0e5c505

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
}
1818
],
1919
"dependencies": {
20-
"amqplib": "^0.3.0",
2120
"async": "^0.9.0",
2221
"chance": "^0.7.3",
2322
"coffee-script": "^1.8.0",
2423
"commander": "^2.6.0",
2524
"debug": "^2.1.2",
2625
"fbp": "^1.1.2",
27-
"mqtt": "1.4.x",
2826
"newrelic": "1.23.0",
2927
"uuid": "^2.0.1"
3028
},
3129
"devDependencies": {
30+
"amqplib": "^0.3.0",
31+
"mqtt": "1.4.x",
3232
"chai": "~1.9.0",
3333
"grunt": "~0.4.1",
3434
"grunt-coffeelint": "~0.0.6",

0 commit comments

Comments
 (0)