From 25116ca98d21c60888885ced0a328b9c365a2252 Mon Sep 17 00:00:00 2001 From: Felix Orinda Date: Mon, 7 Nov 2022 18:42:34 +0300 Subject: [PATCH] Update module defaulter --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index da17bdf..e29fa51 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "react-router-map", "version": "0.1.4", "description": "A declarative routing library that maps your routes and uses the react-router-dom library so that you focus on the logic rather than route configuration. It supports nested routing and react-router-dom v6+", - "main": "./dist/cjs/index.js", - "module": "./dist/esm/index.js", + "main": "./dist/index.js", + "module": "./dist/index.js", "types": "./dist/types/", "scripts": { "test": "jest --config jest.config.js",