Skip to content

Commit

Permalink
fix: 调整readme
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhuapiaoyuan committed Sep 10, 2024
1 parent 3e2e635 commit 0b15a88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

# next-auth-oauth

![next-auth-oauth](https://img.shields.io/npm/v/next-auth-oauth.svg?logo=nodedotjs&label=next-auth-oauth&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Fnext-auth-oauth)


`next-auth-oauth` 是一个基于 Next.js 和 NextAuth 的增强插件,用于简化和增强授权登录的处理。该插件提供了丰富的功能,包括第三方登录绑定、账户管理等,使得授权流程更加高效和灵活。

## 特性
Expand Down
5 changes: 3 additions & 2 deletions packages/next-auth-oauth/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "next-auth-oauth",
"version": "1.0.0",
"version": "1.0.1",
"description": "`next-auth-oauth` 是一个基于 Next.js 和 NextAuth 的增强插件,用于简化和增强授权登录的处理。该插件提供了丰富的功能,包括第三方登录绑定、账户管理等,使得授权流程更加高效和灵活。",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
"dist",
"../../README.md"
],
"scripts": {
"build": "rollup -c"
Expand Down

0 comments on commit 0b15a88

Please sign in to comment.