Skip to content

Commit 19d01d6

Browse files
authored
Merge pull request #146 from butlersrepos/master
Updated package.json browser field to point to UMD build artifact
2 parents 2f59e84 + cf78ef2 commit 19d01d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "redux-mock-store",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "A mock store for testing your redux async action creators and middleware",
55
"main": "dist/index-cjs.js",
66
"module": "dist/index-es.js",
77
"js:next": "dist/index-es.js",
8-
"browser": "dist/index.min.js",
8+
"browser": "dist/index-umd.min.js",
99
"scripts": {
1010
"prepublish": "rimraf lib && rimraf dist && npm run build",
1111
"build:cjs": "babel src --out-file dist/index-cjs.js",

0 commit comments

Comments
 (0)