We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8037b9e commit 2b7d8bbCopy full SHA for 2b7d8bb
1 file changed
package.json
@@ -124,18 +124,18 @@
124
"name": "@electron-forge/maker-rpm",
125
"config": {}
126
}
127
- ]
128
- },
129
- "publishers": [
130
- {
131
- "name": "@electron-forge/publisher-github",
132
- "config": {
133
- "repository": {
134
- "owner": "InfuseAI",
135
- "name": "Crane"
+ ],
+ "publishers": [
+ {
+ "name": "@electron-forge/publisher-github",
+ "config": {
+ "repository": {
+ "owner": "InfuseAI",
+ "name": "Crane"
+ }
136
137
138
- }
139
+ ]
140
141
0 commit comments