From c1a660916733de33bf642eb62e83f7ebdd73c0a4 Mon Sep 17 00:00:00 2001 From: Andrew Bridge Date: Tue, 22 May 2018 17:33:43 +0100 Subject: [PATCH] Add unpkg field to package.json This allows unpkg to point to the UMD build of redux via https://unpkg.com/redux. Currently this points at lib/redux.js which will not run in browsers. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d293e4d94a..a204067bb4 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "Andrew Clark (https://github.com/acdlite)" ], "main": "lib/redux.js", + "unpkg": "dist/redux.js", "module": "es/redux.js", "typings": "./index.d.ts", "files": [