From 45fb451b4e9f65177aef452459b554987cdfd919 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Mon, 13 Jun 2022 10:48:50 +0200 Subject: [PATCH] fix: typo in `module` field closes #48 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6800639..903b1c8 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.es.production.js", + "module": "dist/react-netlify-identity.esm.production.js", "typings": "dist/index.d.ts", "jsnext:main": "dist/index.es.js", "engines": {