From 34dc8a37857a76b90d9e5f6ec31803406b655de3 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Fri, 17 Aug 2018 14:03:26 -0400 Subject: [PATCH] chore: fix dependencies Moved filewatcher and s3 publisher to dev side, this will make the installer smaller --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1945d2725..f24ee0ac3 100644 --- a/package.json +++ b/package.json @@ -43,10 +43,8 @@ "electron-dl": "^1.11.0", "electron-is-dev": "^0.3.0", "electron-log": "^2.2.12", - "electron-publisher-s3": "^20.8.1", "electron-updater": "^2.23.3", "electron-window-state": "^4.1.1", - "filewatcher-webpack-plugin": "^1.2.0", "find-process": "^1.1.0", "formik": "^0.10.4", "hast-util-sanitize": "^1.1.2", @@ -101,6 +99,7 @@ "electron": "^2.0.6", "electron-builder": "^20.22.0", "electron-devtools-installer": "^2.2.3", + "electron-publisher-s3": "^20.8.1", "electron-webpack": "^1.13.0", "eslint": "^4.19.0", "eslint-config-airbnb": "^16.1.0", @@ -111,6 +110,7 @@ "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-prettier": "^2.6.0", "eslint-plugin-react": "^7.7.0", + "filewatcher-webpack-plugin": "^1.2.0", "flow-bin": "^0.69.0", "flow-typed": "^2.3.0", "fs-path": "^0.0.24",