From 5dbd6df2308065c1abc03c89438589a4af274467 Mon Sep 17 00:00:00 2001 From: Mircea Nistor Date: Wed, 2 Jun 2021 14:01:18 +0200 Subject: [PATCH] fix: remove `exports` statement from package.json (#182) fixes #181 --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index ae1bdfd7..de4d9418 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "description": "Library for Signing and Verifying JWTs that use DIDs as issuers and JWEs that use DIDs as recipients", "source": "src/index.ts", "main": "./lib/index.js", - "exports": "./lib/index.modern.js", "module": "./lib/index.module.js", "unpkg": "./lib/index.umd.js", "types": "./lib/index.d.ts",