From 9c784dcfaf6e80f46a22a8e7291d980dd5f1481d Mon Sep 17 00:00:00 2001 From: Milo <50248166+Milo123459@users.noreply.github.com> Date: Mon, 25 Jan 2021 01:36:06 +0000 Subject: [PATCH] Move TS @types from dependencies to devDependencies (PR #1102) Co-authored-by: Ronan Jouchet --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 205053f..b1261dc 100644 --- a/package.json +++ b/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",