From e1d4fb3f6979a4bfe568ee558868d438489724bd Mon Sep 17 00:00:00 2001 From: David Jackson Date: Fri, 26 Nov 2021 00:21:26 -0600 Subject: [PATCH] Add a "browser" field so build tools can find UMD build --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index dce20ce62..29ed8ac88 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "url": "https://github.com/arqex/react-datetime" }, "main": "./dist/react-datetime.cjs.js", + "browser": "./dist/react-datetime.umd.js", "typings": "./typings/DateTime.d.ts", "files": [ "css",