1
0
Fork 0

package.json (dependencies)[amqplib]: Add

This should have been in the previous commit.
master
Mike Gerwitz 2019-03-21 14:56:26 -04:00
parent 13a7f97f8f
commit c92cab4044
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@
"dependencies": {
"easejs": "0.2.x",
"mongodb": "1.2.8"
"mongodb": "1.2.8",
"amqplib": "0.5.3"
},
"devDependencies": {
"chai": ">=1.9.1 < 4",