diff options
| author | Pitu <[email protected]> | 2019-03-15 07:22:20 +0000 |
|---|---|---|
| committer | Pitu <[email protected]> | 2019-03-15 07:22:20 +0000 |
| commit | 897e22c936c2e8552ee392e126f0ea606990916d (patch) | |
| tree | 2d5707c653e23fc56ace3305adb91a07d4201934 /package.json | |
| parent | This is not needed anymore (diff) | |
| download | host.fuwn.me-897e22c936c2e8552ee392e126f0ea606990916d.tar.xz host.fuwn.me-897e22c936c2e8552ee392e126f0ea606990916d.zip | |
Added missing dependency
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 091431f..c70d5e5 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "busboy": "^0.2.14", "chalk": "^2.4.1", "compression": "^1.7.2", + "cookie-parser": "^1.4.4", "cors": "^2.8.5", "dotenv": "^6.2.0", "dumper.js": "^1.3.1", |