Skip to content

Commit

Permalink
fix: resolve issues with NodeNext
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare committed Jan 9, 2024
1 parent 06b0cbf commit 62247b8
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"name": "@rain-cafe/react-utils",
"version": "1.0.0",
"source": "src/index.ts",
"type": "module",
"exports": {
".": {
"require": "./dist/index.cjs",
"default": "./dist/index.modern.js"
}
},
"source": "src/index.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.module.js",
"unpkg": "./dist/index.umd.js",
"exports": {
"require": "./dist/index.cjs",
"default": "./dist/index.modern.js",
"types": "./dist/index.d.ts"
},
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 62247b8

Please sign in to comment.