aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-06-25 18:52:01 +0300
committereug-vs <eug-vs@keemail.me>2020-06-25 18:52:01 +0300
commitfe529f4a7739ac6dd9a30652279818519565ec6a (patch)
tree15bb089fb7f8342c1ee63e3a7efa8834b578db3e /package.json
parent0afe8f1530affad1e58a65385b2a4bf888ab86cb (diff)
downloadwhich-api-fe529f4a7739ac6dd9a30652279818519565ec6a.tar.gz
style!: fix all linting errors
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index ecdd31d..1a21fcf 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,8 @@
"cors": "^2.8.5",
"feathers-mongoose": "^8.3.0",
"lodash": "^4.17.15",
- "mongoose": "^5.9.18"
+ "mongoose": "^5.9.18",
+ "which-types": "^1.4.0"
},
"repository": {
"type": "git",
@@ -42,7 +43,6 @@
"eslint": "^7.2.0",
"eslint-config-airbnb-typescript": "^8.0.2",
"eslint-plugin-import": "^2.21.2",
- "typescript": "^3.9.5",
- "which-types": "^1.4.0"
+ "typescript": "^3.9.5"
}
}