Move TS @types from dependencies to devDependencies (PR #1102)

Co-authored-by: Ronan Jouchet <ronan@jouchet.fr>
This commit is contained in:
Milo 2021-01-25 01:36:06 +00:00 committed by GitHub
parent dcefe0074d
commit 9c784dcfaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -53,11 +53,6 @@
"watch": "npx concurrently \"npm:*:watch\""
},
"dependencies": {
"@types/ncp": "2.x",
"@types/node": "10.x",
"@types/page-icon": "0.x",
"@types/shelljs": "0.x",
"@types/tmp": "0.x",
"axios": "0.x",
"commander": "4.x",
"electron-packager": "15.x",
@ -72,6 +67,11 @@
"tmp": "0.x"
},
"devDependencies": {
"@types/ncp": "2.x",
"@types/node": "10.x",
"@types/page-icon": "0.x",
"@types/shelljs": "0.x",
"@types/tmp": "0.x",
"@types/jest": "26.x",
"@typescript-eslint/eslint-plugin": "4.x",
"@typescript-eslint/parser": "4.x",