Skip to content

Commit

Permalink
ci: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrad77 committed Oct 16, 2024
1 parent f38d9b5 commit aa3d044
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "theater-manager",
"description": "An electron app to manage theater VFX",
"homepage": "https://github.com/electron-react-boilerplate/electron-react-boilerplate#readme",
"homepage": "https://github.com/mehrad77/theater-manager#readme",
"bugs": {
"url": "https://github.com/electron-react-boilerplate/electron-react-boilerplate/issues"
"url": "https://github.com/mehrad77/theater-manager/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/electron-react-boilerplate/electron-react-boilerplate.git"
"url": "git+https://github.com/mehrad77/theater-manager.git"
},
"license": "MIT",
"author": {
Expand Down Expand Up @@ -160,7 +160,7 @@
"build": {
"productName": "TheaterManager",
"appId": "org.erb.TheaterManager",
"asar": true,
"asar": false,
"asarUnpack": "**\\*.{node,dll}",
"files": [
"dist",
Expand Down Expand Up @@ -222,9 +222,6 @@
"repo": "theater-manager"
}
},
"collective": {
"url": "https://opencollective.com/electron-react-boilerplate-594"
},
"devEngines": {
"node": ">=14.x",
"npm": ">=7.x"
Expand Down

0 comments on commit aa3d044

Please sign in to comment.