Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikHeinrich committed Mar 2, 2022
1 parent 5bddb7c commit 2a6d46a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 15 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lostarkmapasoverlay",
"productName": "LostArkMap as Overlay",
"version": "1.0.6",
"version": "1.0.7",
"description": "My Electron application description",
"main": "src/index.js",
"scripts": {
Expand All @@ -18,7 +18,8 @@
"config": {
"forge": {
"packagerConfig": {},
"makers": [{
"makers": [
{
"name": "@electron-forge/maker-squirrel",
"config": {
"name": "overlay"
Expand All @@ -39,16 +40,18 @@
"config": {}
}
],
"publishers": [{
"name": "@electron-forge/publisher-github",
"config": {
"repository": {
"owner": "frederikheinrich",
"name": "LostArkMapAsOverlay"
},
"draft": true
"publishers": [
{
"name": "@electron-forge/publisher-github",
"config": {
"repository": {
"owner": "frederikheinrich",
"name": "LostArkMapAsOverlay"
},
"draft": true
}
}
}]
]
}
},
"dependencies": {
Expand Down Expand Up @@ -79,4 +82,4 @@
"url": "https://github.com/FrederikHeinrich/LostArkMapAsOverlay/issues"
},
"homepage": "https://github.com/FrederikHeinrich/LostArkMapAsOverlay#readme"
}
}

0 comments on commit 2a6d46a

Please sign in to comment.