Skip to content

Commit

Permalink
Fix package config
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Huang <aaroms9733@gmail.com>
  • Loading branch information
aar0nTw committed Oct 7, 2021
1 parent 8037b9e commit 2b7d8bb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,18 +124,18 @@
"name": "@electron-forge/maker-rpm",
"config": {}
}
]
},
"publishers": [
{
"name": "@electron-forge/publisher-github",
"config": {
"repository": {
"owner": "InfuseAI",
"name": "Crane"
],
"publishers": [
{
"name": "@electron-forge/publisher-github",
"config": {
"repository": {
"owner": "InfuseAI",
"name": "Crane"
}
}
}
}
]
]
}
}
}

0 comments on commit 2b7d8bb

Please sign in to comment.