Skip to content

Commit 2b7d8bb

Browse files
committed
Fix package config
Signed-off-by: Aaron Huang <aaroms9733@gmail.com>
1 parent 8037b9e commit 2b7d8bb

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -124,18 +124,18 @@
124124
"name": "@electron-forge/maker-rpm",
125125
"config": {}
126126
}
127-
]
128-
},
129-
"publishers": [
130-
{
131-
"name": "@electron-forge/publisher-github",
132-
"config": {
133-
"repository": {
134-
"owner": "InfuseAI",
135-
"name": "Crane"
127+
],
128+
"publishers": [
129+
{
130+
"name": "@electron-forge/publisher-github",
131+
"config": {
132+
"repository": {
133+
"owner": "InfuseAI",
134+
"name": "Crane"
135+
}
136136
}
137137
}
138-
}
139-
]
138+
]
139+
}
140140
}
141141
}

0 commit comments

Comments
 (0)