From 976717374d5ded8e1b9fc50306921e97e265b606 Mon Sep 17 00:00:00 2001 From: charmingdev Date: Tue, 21 Aug 2018 12:20:41 -0400 Subject: [PATCH] Add unpkg field to package.json (#1003) See https://github.com/reduxjs/redux/pull/3003. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 209b34d..b872cb9 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "repository": "github:reduxjs/react-redux", "bugs": "https://github.com/reduxjs/react-redux/issues", "main": "./lib/index.js", + "unpkg": "dist/react-redux.js", "module": "es/index.js", "files": [ "dist",