forked from Rate-Limiting-Nullifier/rlnjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(README.md): update package.json to better handle module resolution
- Replace "exports" field with "main", "module", and "browser" fields - Ensure Node.js environment uses index.node.js - Direct build tools supporting ES modules to use index.mjs - Specify browser environment to replace index.node.js with index.mjs This change improves module resolution across different environments and build tools, addressing potential issues with server-side and client-side execution in Next.js projects.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters