Skip to content

Commit

Permalink
Updated version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
k8pai committed Sep 13, 2023
1 parent 5040aa5 commit 0209dfb
Show file tree
Hide file tree
Showing 6 changed files with 311 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ node_modules
dist
app
pages
lib
/lib
prisma
.env.example

Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"name": "nextauth-cli",
"version": "0.0.3",
"description": "A nextauth cli to setup a basic application Setup running",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": "./dist/index.js",
"bin": {
"nextauth": "./dist/index.js"
},
Expand All @@ -23,7 +21,10 @@
},
"dependencies": {
"@changesets/cli": "^2.26.2",
"chalk": "^5.3.0",
"chalk-template": "^1.1.0",
"commander": "^11.0.0",
"next-auth": "^4.23.1"
"next-auth": "^4.23.1",
"ora": "^7.0.1"
}
}
159 changes: 156 additions & 3 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 0209dfb

Please sign in to comment.