Skip to content

Commit 1ba7670

Browse files
committed
Fix exports to allow tree-shaking
1 parent 0c3d549 commit 1ba7670

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-remember",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "Saves and loads your redux state from a key-value store of your choice",
55
"main": "lib/index.js",
66
"module": "es/index.js",
77
"jsnext:main": "es/index.js",
8-
"browser": "dist/redux-remember.js",
8+
"unpkg": "dist/redux-remember.js",
99
"typings": "index.d.ts",
1010
"sideEffects": false,
1111
"scripts": {

0 commit comments

Comments
 (0)