-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "fix: Add exports to the package.json"
This reverts commit bb5c17a.
- Loading branch information
1 parent
bb5c17a
commit 508be24
Showing
1 changed file
with
1 addition
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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", | ||
|