Skip to content

Commit

Permalink
build(package): convert to cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Oct 25, 2024
1 parent dd99c8e commit 8ac4502
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,11 @@
"url": "https://github.com/rubilmax"
},
"license": "MIT",
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/*"
"lib"
],
"exports": {
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
}
},
"scripts": {
"prepare": "husky",
"lint": "biome check",
Expand Down

0 comments on commit 8ac4502

Please sign in to comment.