From a3792b583481ac9740391a24d49291c7de510c4f Mon Sep 17 00:00:00 2001 From: Hovhannes Babayan Date: Fri, 6 Oct 2017 01:33:43 +0400 Subject: [PATCH] chore: added `module` key to let modern bundlers pick ES version --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 5c660fc4e..2ca1f4333 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Selectors for Redux.", "main": "lib/index.js", "jsnext:main": "es/index.js", + "module": "es/index.js", "typings": "lib/index.d.ts", "files": [ "lib",