diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-18 13:05:29 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-18 13:05:29 +0200 |
| commit | 6106e1d9599164c517fc296372ea448d3d783c12 (patch) | |
| tree | a6c9236785347ea15aadabee5f5fbff689e93a97 /package.json | |
| parent | 3785ed862accad4c8f8b7e719d86aabb0506e36d (diff) | |
| download | apigrabber-6106e1d9599164c517fc296372ea448d3d783c12.tar.gz apigrabber-6106e1d9599164c517fc296372ea448d3d783c12.zip | |
better 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 120d774..02f15fd 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "request-promise-native": "^1.0.3", "sleep-promise": "^2.0.0", "snakecase-keys": "^1.1.0", - "superagent-jsonapify": "^1.4.4" + "superagent-jsonapify": "^1.4.4", + "winston": "^2.3.1" }, "devDependencies": {}, "scripts": { |
