Skip to content

Commit

Permalink
Add EUID export to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-yau-ttd committed Mar 26, 2024
1 parent 1455720 commit 3a82381
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "UID2 Client SDK",
"main": "lib/src/uid2Sdk.js",
"types": "lib/src/uid2Sdk.d.ts",
"exports": {
".": "./lib/src/uid2Sdk.js",
"@unified-id/euid-sdk": "./lib/src/euidSdk.ts"
},
"files": [
"/lib"
],
Expand Down

0 comments on commit 3a82381

Please sign in to comment.