Skip to content

Commit

Permalink
fix: name bin for cre correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Nov 1, 2022
1 parent 23ba2db commit f5fa94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/external/create-electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"@electron-forge/cli": "6.0.0-beta.68"
},
"bin": {
"electron-forge": "dist/index.js"
"create-electron-app": "dist/index.js"
}
}

0 comments on commit f5fa94f

Please sign in to comment.