Skip to content

Commit

Permalink
fix: upload dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeya committed May 29, 2022
1 parent 4151edd commit 653617b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "next-auth-sanity",
"description": "NextAuth Adapter for Sanity",
"version": "1.4.0",
"version": "1.4.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand All @@ -11,6 +11,10 @@
"author": "Fedeya <[email protected]>",
"license": "MIT",
"private": false,
"files": [
"dist/*.{js,d.ts}",
"dist/**/*.{js,d.ts}"
],
"keywords": [
"next-auth",
"oauth",
Expand Down

0 comments on commit 653617b

Please sign in to comment.