Skip to content

Commit

Permalink
fix: Add exports to the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Dec 25, 2024
1 parent 39ab856 commit bb5c17a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion 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.0",
"version": "0.3.1",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -12,6 +12,16 @@
"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 bb5c17a

Please sign in to comment.