diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-18 17:34:39 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-18 17:34:39 +0200 |
| commit | 330798bd7bf1d8373372dc57b505e41be7e35b9a (patch) | |
| tree | 915024c398da9edee1854c85c92d38f14792c90f /package.json | |
| parent | 2ab4a001b4244cc77d6f7bdaaa6895e82044cc24 (diff) | |
| download | cruncher-330798bd7bf1d8373372dc57b505e41be7e35b9a.tar.gz cruncher-330798bd7bf1d8373372dc57b505e41be7e35b9a.zip | |
improve logging
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 b3db938..480fcb7 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "mysql": "^2.13.0", "object-hash": "^1.1.7", "sequelize": "^3.30.4", - "sleep-promise": "^2.0.0" + "sleep-promise": "^2.0.0", + "winston": "^2.3.1" }, "devDependencies": {}, "scripts": { |
