Skip to content

Commit

Permalink
🔧 Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cermakjiri committed Apr 16, 2024
1 parent e360b89 commit 4f98008
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@
"node": ">=18"
},
"type": "module",
"main": "cjs/index.js",
"module": "dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./cjs/index.cjs",
"default": "./dist/index.js",
"node": "./dist/index.js"
}
".": "./dist/index.js",
"./cjs": "./cjs/index.js"
},
"devDependencies": {
"@eslint/js": "^9.0.0",
Expand Down

0 comments on commit 4f98008

Please sign in to comment.