From 5d797aa2abb4cd5f3dd898768f6f6b3b1956abaa Mon Sep 17 00:00:00 2001 From: "ty.tremblay@gmail.com" Date: Mon, 31 Aug 2020 22:11:17 -0400 Subject: [PATCH] v0.1.0 --- app/package.json | 2 +- package.json | 39 +++++++++++++++++---------------------- 2 files changed, 18 insertions(+), 23 deletions(-) diff --git a/app/package.json b/app/package.json index 13e735c..279997d 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "frc-video-splitter-3", "productName": "FRC Video Splitter", - "version": "0.0.11", + "version": "0.1.0", "description": "Automatically split FRC match videos from large recordings.", "main": "./main.prod.js", "author": { diff --git a/package.json b/package.json index efd80f3..7076757 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "frc-video-splitter-3", "productName": "FRC Video Splitter", - "version": "0.0.11", + "version": "0.1.0", "description": "Automatically split FRC match videos from large recordings.", "scripts": { "build": "yarn build-main && yarn build-renderer", @@ -63,8 +63,7 @@ "package.json" ], "dmg": { - "contents": [ - { + "contents": [{ "x": 130, "y": 220 }, @@ -107,13 +106,11 @@ "email": "ty.tremblay@gmail.com", "url": "https://github.com/tytremblay" }, - "contributors": [ - { - "name": "Ty Tremblay", - "email": "ty.tremblay@gmail.com", - "url": "https://github.com/tytremblay" - } - ], + "contributors": [{ + "name": "Ty Tremblay", + "email": "ty.tremblay@gmail.com", + "url": "https://github.com/tytremblay" + }], "license": "MIT", "bugs": { "url": "https://github.com/tytremblay/frc-video-splitter-3/issues" @@ -292,19 +289,17 @@ }, "browserslist": [], "prettier": { - "overrides": [ - { - "files": [ - ".prettierrc", - ".babelrc", - ".eslintrc", - ".stylelintrc" - ], - "options": { - "parser": "json" - } + "overrides": [{ + "files": [ + ".prettierrc", + ".babelrc", + ".eslintrc", + ".stylelintrc" + ], + "options": { + "parser": "json" } - ], + }], "singleQuote": true }, "stylelint": {