From 35c56e621b8efc5f792b5116511e3fc2c5ddc26b Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Mon, 23 Apr 2018 22:36:02 -0300 Subject: [PATCH] [chore] fix incorrect path for module in package.json. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b0d48df..9dc17b4e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "3.4.2", "description": "Accessible modal dialog component for React.JS", "main": "./lib/index.js", - "module": "./src/index.js", + "module": "./lib/index.js", "repository": { "type": "git", "url": "https://github.com/reactjs/react-modal.git"