diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-04 12:06:26 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-04 12:06:26 +0200 |
| commit | 3406a3e76754859cbee257a61f150160597b73fa (patch) | |
| tree | fb744436fad1af0f342aacd2409bf7d9604b482a /package.json | |
| parent | b7b7528a0639e0ad4cd1bdac0d021752ddbf0401 (diff) | |
| download | compiler-3406a3e76754859cbee257a61f150160597b73fa.tar.gz compiler-3406a3e76754859cbee257a61f150160597b73fa.zip | |
wait for rabbit and db to start
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 0f84dca..66afc71 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "dependencies": { "amqplib": "^0.5.1", "mysql": "^2.13.0", - "sequelize": "^3.30.4" + "sequelize": "^3.30.4", + "sleep-promise": "^2.0.0" }, "devDependencies": {}, "scripts": { |
