Skip to content

Commit

Permalink
check for file type
Browse files Browse the repository at this point in the history
  • Loading branch information
dlamon1 committed Jan 24, 2022
1 parent 71c567c commit ad21038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "listotron",
"productName": "Listotron",
"version": "0.1.1",
"version": "0.1.2 ",
"description": "Listotron talks time directly to vMix text inputs",
"main": "./dist/main/main.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "listotron",
"productName": "Listotron",
"description": "Listotron is all the lists",
"version": "0.1.1",
"version": "0.1.2",
"scripts": {
"build": "concurrently \"yarn build:main\" \"yarn build:renderer\"",
"build:main": "cross-env NODE_ENV=production webpack --config ./.erb/configs/webpack.config.main.prod.babel.js",
Expand Down

0 comments on commit ad21038

Please sign in to comment.