Skip to content

Commit

Permalink
fix bin name
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Feb 5, 2024
1 parent 0b015e8 commit 2bbc928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Generate a simple Node.js project structure for running AI models with Replicate's API",
"main": "index.js",
"bin": {
"create-replicate-app": "./index.mjs"
"create-replicate": "./index.mjs"
},
"type": "module",
"scripts": {
Expand Down

0 comments on commit 2bbc928

Please sign in to comment.