diff options
author | eug-vs <eug-vs@keemail.me> | 2021-03-14 13:39:06 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-03-14 13:39:06 +0300 |
commit | 61939d8c23e72ddd995c9319577053fff5211184 (patch) | |
tree | 4e9f9f5934889f18edf526fcf7018dfe6316f7b7 /package.json | |
parent | 3a2cdd13b0374aab279b8dd819b03f82013cb026 (diff) | |
download | commercel-api-61939d8c23e72ddd995c9319577053fff5211184.tar.gz |
feat: populate Waybills
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 f60c749..ef74095 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "@feathersjs/socketio": "^4.5.11", "bluebird": "^3.7.2", "cors": "^2.8.5", + "feathers-hooks-common": "^5.0.5", "feathers-mongoose": "^8.3.1", "mongoose": "^5.12.0" }, |