diff --git a/package.json b/package.json index 25b7c01..25bcfb6 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "react-redux" ], "author": "diana.suvorova@gmail.com", - "main": "dist/index.js", + "main": "index.js", "scripts": { "lint": "eslint ./lib ./tests", "test": "npm run lint && mocha --compilers js:babel-register tests --recursive",