mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-22 10:08:55 +00:00
Move TS @types from dependencies to devDependencies (PR #1102)
Co-authored-by: Ronan Jouchet <ronan@jouchet.fr>
This commit is contained in:
parent
dcefe0074d
commit
9c784dcfaf
10
package.json
10
package.json
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user