diff --git a/package.json b/package.json index 620e980..8068a1d 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -11,6 +11,10 @@ "author": "Fedeya ", "license": "MIT", "private": false, + "files": [ + "dist/*.{js,d.ts}", + "dist/**/*.{js,d.ts}" + ], "keywords": [ "next-auth", "oauth",