Skip to content

Commit

Permalink
fix: attempt to resolve build issues
Browse files Browse the repository at this point in the history
cecilia-sanare committed Feb 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 8e79732 commit e6695bf
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -3,16 +3,14 @@
"version": "1.0.0",
"packageManager": "[email protected]",
"source": "src/index.ts",
"type": "module",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.mjs",
"exports": {
".": {
"require": "./dist/index.cjs",
"default": "./dist/index.modern.js"
}
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"default": "./dist/index.modern.mjs"
},
"main": "./dist/index.cjs",
"module": "./dist/index.module.js",
"unpkg": "./dist/index.umd.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",

0 comments on commit e6695bf

Please sign in to comment.