Skip to content

Commit

Permalink
fix(build): wrong binary in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorstenSuckow committed Jul 14, 2022
1 parent 9e2c5f5 commit e8be5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"release:major": "standard-version --release-as major && npm run postversion",
"postversion": "git push && git push --tags"
},
"bin": "bin/index.js",
"bin": "bin/bin.js",
"repository": {
"type": "git",
"url": "git+https://github.com/coon-js/create-siesta.git"
Expand Down

0 comments on commit e8be5c6

Please sign in to comment.