From 653617bb14a8d3e3cdfc6ff94b5e41bf18ee1b67 Mon Sep 17 00:00:00 2001 From: Federico Minaya Date: Sun, 29 May 2022 17:22:48 -0300 Subject: [PATCH] fix: upload dist files --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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",