Skip to content

Commit

Permalink
minor: update versions and remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
juni-b-queer committed Jul 17, 2024
1 parent 7a37fa0 commit a3d209a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 24 deletions.
21 changes: 0 additions & 21 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,6 @@ Now go out and build a bot!`;
// See https://github.com/uetchy/create-create-app/blob/master/README.md for other options.


// options
// {
// name: 'test',
// packageDir: '/home/jbender/NewBots/test',
// template: 'default',
// templateDir: '/home/jbender/JSProjects/create-bsky-bot/templates/default',
// year: 2024,
// run: [Function: run],
// installNpmPackage: [AsyncFunction: _],
// answers: {
// description: 'description',
// author: 'Juni',
// email: '[email protected]',
// license: 'MIT',
// 'node-pm': undefined,
// nodePm: undefined,
// buildaction: true,
// contact: 'Juni <[email protected]>'
// }
// }

create('create-bsky-bot', {
templateRoot,
after: (options) =>{
Expand Down
2 changes: 1 addition & 1 deletion templates/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typescript": "^5.0.0"
},
"dependencies": {
"bsky-event-handlers": "^2.0.0-beta.6",
"bsky-event-handlers": "^2.0.0-beta.9",
"@atproto/api": "^0.12.23"
},
"license": "{{license}}"
Expand Down
2 changes: 1 addition & 1 deletion templates/interval/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typescript": "^5.0.0"
},
"dependencies": {
"bsky-event-handlers": "^2.0.0-beta.6",
"bsky-event-handlers": "^2.0.0-beta.9",
"@atproto/api": "^0.12.23"
},
"license": "{{license}}"
Expand Down
2 changes: 1 addition & 1 deletion templates/jetstream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typescript": "^5.0.0"
},
"dependencies": {
"bsky-event-handlers": "^2.0.0-beta.6",
"bsky-event-handlers": "^2.0.0-beta.9",
"@atproto/api": "^0.12.23"
},
"license": "{{license}}"
Expand Down

0 comments on commit a3d209a

Please sign in to comment.