File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obs-timer-controller" ,
3
- "version" : " 1.0.5 " ,
3
+ "version" : " 1.0.6 " ,
4
4
"description" : " Handling browser sources for OBS related to timers and countdowns." ,
5
5
"main" : " server.js" ,
6
6
"repository" : {
23
23
"scripts" : {
24
24
"test" : " echo \" Error: no test specified\" && exit 1" ,
25
25
"node" : " node . test" ,
26
- "pkg-win" : " electron-packager . OBS-Timer-Controller --platform=win32 --arch=x64 --app-version=1.0.5 --out=dist --overwrite --icon=icon.ico --author=\" XtoManuel\" --description=\" Handling browser sources for OBS related to timers and countdowns.\" " ,
27
- "pkg-linux" : " electron-packager . OBS-Timer-Controller --platform=linux --arch=x64 --app-version=1.0.5 --out=dist --overwrite --icon=icon.ico --author=\" XtoManuel\" --description=\" Handling browser sources for OBS related to timers and countdowns.\" " ,
28
- "pkg-mac" : " electron-packager . OBS-Timer-Controller --platform=darwin --arch=x64 --app-version=1.0.5 --out=dist --overwrite --icon=icon.icns --author=\" XtoManuel\" --description=\" Handling browser sources for OBS related to timers and countdowns.\" " ,
26
+ "pkg-win" : " electron-packager . OBS-Timer-Controller --platform=win32 --arch=x64 --app-version=1.0.6 --out=dist --overwrite --icon=icon.ico --author=\" XtoManuel\" --description=\" Handling browser sources for OBS related to timers and countdowns.\" " ,
27
+ "pkg-linux" : " electron-packager . OBS-Timer-Controller --platform=linux --arch=x64 --app-version=1.0.6 --out=dist --overwrite --icon=icon.ico --author=\" XtoManuel\" --description=\" Handling browser sources for OBS related to timers and countdowns.\" " ,
28
+ "pkg-mac" : " electron-packager . OBS-Timer-Controller --platform=darwin --arch=x64 --app-version=1.0.6 --out=dist --overwrite --icon=icon.icns --author=\" XtoManuel\" --description=\" Handling browser sources for OBS related to timers and countdowns.\" " ,
29
29
"pkg-all" : " npm run pkg-win && npm run pkg-linux"
30
30
},
31
31
"author" : " XtoManuel" ,
32
32
"license" : " ISC" ,
33
33
"devDependencies" : {
34
- "electron" : " ^27.0.0 " ,
34
+ "electron" : " ^27.0.2 " ,
35
35
"electron-packager" : " ^17.1.2"
36
36
}
37
37
}
You can’t perform that action at this time.
0 commit comments