Skip to content

Commit

Permalink
Update module defaulter
Browse files Browse the repository at this point in the history
  • Loading branch information
forinda committed Nov 7, 2022
1 parent 7a326cb commit 25116ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 25116ca

Please sign in to comment.