From 78f772914641f0b62c7986ddabf1e456d94f5301 Mon Sep 17 00:00:00 2001 From: clement Date: Thu, 10 Jun 2021 22:47:04 +0200 Subject: [PATCH] chore: update main field in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",