Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tytremblay committed Sep 1, 2020
1 parent 088868c commit 5d797aa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 23 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
39 changes: 17 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -63,8 +63,7 @@
"package.json"
],
"dmg": {
"contents": [
{
"contents": [{
"x": 130,
"y": 220
},
Expand Down Expand Up @@ -107,13 +106,11 @@
"email": "[email protected]",
"url": "https://github.com/tytremblay"
},
"contributors": [
{
"name": "Ty Tremblay",
"email": "[email protected]",
"url": "https://github.com/tytremblay"
}
],
"contributors": [{
"name": "Ty Tremblay",
"email": "[email protected]",
"url": "https://github.com/tytremblay"
}],
"license": "MIT",
"bugs": {
"url": "https://github.com/tytremblay/frc-video-splitter-3/issues"
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 5d797aa

Please sign in to comment.