From 51c809b3853a86a2f5e9cad24deb7e25e8a55257 Mon Sep 17 00:00:00 2001 From: Simon Knott <info@simonknott.de> Date: Wed, 15 Jun 2022 09:39:19 +0200 Subject: [PATCH] fix: package.module again --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9861bad..a73f7e1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "repository": "https://www.github.com/sw-yx/react-netlify-identity", "main": "dist/index.js", "umd:main": "dist/react-netlify-identity.umd.production.js", - "module": "dist/react-netlify-identity.esm.production.js", + "module": "dist/react-netlify-identity.esm.js", "typings": "dist/index.d.ts", "jsnext:main": "dist/index.es.js", "engines": {