From 596df8b913bc4cce423db1bad403ba06972fb6ef Mon Sep 17 00:00:00 2001 From: jacobcrothers 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",