Skip to content

Commit 4a3be03

Browse files
committed
chore: move @types to production dependencies
1 parent 6df260a commit 4a3be03

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
"@feathersjs/feathers": "^4.5.3",
2020
"@feathersjs/socketio": "^4.5.4",
2121
"@feathersjs/transport-commons": "^4.5.3",
22+
"@types/bluebird": "^3.5.32",
23+
"@types/cors": "^2.8.6",
24+
"@types/lodash": "^4.14.155",
25+
"@types/mongoose": "^5.7.23",
26+
"@typescript-eslint/eslint-plugin": "^3.2.0",
27+
"@typescript-eslint/parser": "^3.2.0",
2228
"bluebird": "^3.7.2",
2329
"cors": "^2.8.5",
2430
"feathers-mongoose": "^8.3.0",
@@ -38,12 +44,6 @@
3844
"homepage": "https://github.com/eug-vs/which-api#readme",
3945
"description": "",
4046
"devDependencies": {
41-
"@types/bluebird": "^3.5.32",
42-
"@types/cors": "^2.8.6",
43-
"@types/lodash": "^4.14.155",
44-
"@types/mongoose": "^5.7.23",
45-
"@typescript-eslint/eslint-plugin": "^3.2.0",
46-
"@typescript-eslint/parser": "^3.2.0",
4747
"eslint": "^7.2.0",
4848
"eslint-config-airbnb-typescript": "^8.0.2",
4949
"eslint-plugin-import": "^2.21.2"

0 commit comments

Comments
 (0)