Skip to content

Commit

Permalink
[FIX] types not visible in node
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed May 29, 2024
1 parent 5359401 commit 7e28c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuid",
"version": "2.0.0",
"version": "2.0.1",
"description": "NUID - A highly performant unique identifier generator.",
"keywords": [
"unique",
Expand All @@ -14,8 +14,8 @@
"LICENSE",
"MAINTAINERS.md"
],
"types": "./lib/nuid.d.ts",
"exports": {
"types": "./lib/nuid.d.ts",
"require": "./lib/nuid.js",
"import": "./esm/index.mjs"
},
Expand Down

0 comments on commit 7e28c25

Please sign in to comment.