Skip to content

Commit

Permalink
🔥fix electron-is-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
saulotarsobc committed Jan 24, 2024
1 parent bcf63bd commit 5014cd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sc-virtual-screens",
"version": "1.0.0",
"version": "1.0.1",
"main": "main/index.js",
"icon": "build/icon.png",
"description": "Create and manage virtual screens on Windows effortlessly",
Expand Down Expand Up @@ -32,6 +32,7 @@
"release": "electron-builder --win --x64"
},
"dependencies": {
"electron-is-dev": "^2.0.0",
"electron-next": "^3.1.5",
"electron-store": "^8.1.0",
"esbuild": "^0.19.11",
Expand Down

0 comments on commit 5014cd9

Please sign in to comment.