Skip to content

Commit

Permalink
Fixed dependency path
Browse files Browse the repository at this point in the history
  • Loading branch information
tsviatkov committed May 29, 2023
1 parent 1f46418 commit 04b47ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Openfort from "../src";
import Openfort from "@openfort/openfort-js";
import {getRandomBytesSync} from "ethereum-cryptography/random";

async function example(): Promise<void> {
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@ethersproject/bytes": "^5.7.0",
"@openfort/openfort-js": "file:../src/index.ts",
"@openfort/openfort-js": "file:./../",
"ethereum-cryptography": "^2.0.0",
"ethers": "^6.4.0"
}
Expand Down

0 comments on commit 04b47ef

Please sign in to comment.