Skip to content

Commit

Permalink
Revert "fix: Add exports to the package.json"
Browse files Browse the repository at this point in the history
This reverts commit bb5c17a.
  • Loading branch information
MohamedBassem committed Dec 25, 2024
1 parent bb5c17a commit 508be24
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "liteque",
"description": "A sqlite-based job queue for Node.js",
"author": "Mohamed Bassem <[email protected]>",
"version": "0.3.1",
"version": "0.3.0",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -12,16 +12,6 @@
"README.md",
"LICENSE"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"sideEffects": false,
"engines": {
"node": ">=21"
},
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 508be24

Please sign in to comment.