Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Replace module and types with exports
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant committed Dec 9, 2023
1 parent 9e738cb commit 146e405
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
"version": "5.0.1",
"description": "Encrypt your Redux store.",
"type": "module",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
"default": "./lib/index.js",
"types": "./lib/index.d.ts"
},
"scripts": {
"prepublishOnly": "pnpm run build",
"format": "prettier --ignore-path .gitignore --write '**/*.+(js|json|md|ts|tsx)'",
Expand Down

0 comments on commit 146e405

Please sign in to comment.