Skip to content

Commit

Permalink
new version of create-authhero
Browse files Browse the repository at this point in the history
  • Loading branch information
markusahlstrand committed Jul 14, 2024
1 parent 516e8a2 commit 2e35dad
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 19 deletions.
6 changes: 6 additions & 0 deletions packages/create-authhero/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-authhero

## 0.1.1

### Patch Changes

- Updated the version of authhero

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-authhero/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/markusahlstrand/authhero"
},
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"main": "dist/create-authhero.js",
"bin": {
Expand Down
8 changes: 7 additions & 1 deletion packages/create-authhero/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,13 @@ program
description: answers.description,
author: answers.author,
scripts: {
start: "node index.js",
dev: "bun --watch src/index.js",
start: "bun src/index.js",
},
dependencies: {
"@hono/zod-openapi": "^0.14.9",
authhero: "^0.2.0",
hono: "^4.4.10",
},
},
null,
Expand Down
17 changes: 0 additions & 17 deletions packages/create-authhero/templates/sqlite/package.json

This file was deleted.

0 comments on commit 2e35dad

Please sign in to comment.