Skip to content

Commit

Permalink
fix(core): remove default values from template package.json makers
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed May 17, 2018
1 parent c2f4cfa commit 7d1bdf2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/api/core/tmpl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"makers": [
{
"name": "@electron-forge/maker-squirrel",
"platforms": ["win32"],
"config": {
"name": ""
}
Expand All @@ -32,12 +31,10 @@
},
{
"name": "@electron-forge/maker-deb",
"platforms": ["linux"],
"config": {}
},
{
"name": "@electron-forge/maker-rpm",
"platforms": ["linux"],
"config": {}
}
]
Expand Down

0 comments on commit 7d1bdf2

Please sign in to comment.