Skip to content

Commit

Permalink
Fix nextJS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuntaner committed Sep 3, 2024
1 parent b74c746 commit dcb9681
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions js-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
"types": "./dist/request-verifiable-presentation.d.ts"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
Expand Down
4 changes: 1 addition & 3 deletions js-library/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
throw new Error(
"verifiable-credentials have no entry-point: consult README for usage",
);
export * from "./request-verifiable-presentation";

0 comments on commit dcb9681

Please sign in to comment.