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 Oct 26, 2022
1 parent e979659 commit 3832129
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 3832129

Please sign in to comment.