Skip to content

Commit 07cb031

Browse files
committed
fix: remove module and jsnext:main from package.json
1 parent ab1fe78 commit 07cb031

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
"name": "redux-logger",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"description": "Logger for Redux",
55
"main": "dist/redux-logger.js",
6-
"module": "src/index.js",
7-
"jsnext:main": "src/index.js",
86
"scripts": {
97
"lint": "eslint src",
108
"test": "npm run lint && npm run spec",

0 commit comments

Comments
 (0)