diff --git a/package.json b/package.json index 2e7ed4e..b125bb9 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Hapi.js Authentication Plugin/Scheme using JSON Web Tokens (JWT)", "main": "lib/index.cjs", "types": "lib/index.d.ts", - "type": "module", + "type": "commonjs", "repository": { "type": "git", "url": "https://github.com/dwyl/hapi-auth-jwt2.git"