diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2019-01-26 10:53:40 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-26 10:53:40 +0000 |
| commit | 7a50ab0610ec77f75568ffa2a6754b120655b112 (patch) | |
| tree | f6adb0dd990aee82f10cee6fe51722abb16a282a /package.json | |
| parent | f6f8342fcac95d820b5f7f232d96982cce0855f2 (diff) | |
| parent | be2835886bdc8519aac1e917d96a9bc1c513cbf9 (diff) | |
| download | tplink-energy-monitor-7a50ab0610ec77f75568ffa2a6754b120655b112.tar.xz tplink-energy-monitor-7a50ab0610ec77f75568ffa2a6754b120655b112.zip | |
Merge pull request #19 from polsar88/log-path-support
Added support for custom logger config and log directory paths.
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 05ad6c6..43e0f7c 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,8 @@ "morgan": "~1.9.0", "tplink-smarthome-api": "0.22.0", "moment": "2.22.0", - "express-ws": "3.0.0" + "express-ws": "3.0.0", + "shelljs": "0.8.3" }, "devDependencies": { "pkg": "4.3.1" |