Skip to content

Commit

Permalink
fix: remove module and jsnext:main from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
imevro committed May 17, 2017
1 parent ab1fe78 commit 07cb031
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"name": "redux-logger",
"version": "3.0.5",
"version": "3.0.6",
"description": "Logger for Redux",
"main": "dist/redux-logger.js",
"module": "src/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"lint": "eslint src",
"test": "npm run lint && npm run spec",
Expand Down

0 comments on commit 07cb031

Please sign in to comment.