Skip to content

Commit e83c4d3

Browse files
authored
Feature/make andrew happy (#241)
* Fixing the path to nym client in node modules * Updated package lock for latest npm
1 parent 54114f0 commit e83c4d3

File tree

2 files changed

+908
-904
lines changed

2 files changed

+908
-904
lines changed

clients/webassembly/client.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as wasm from "nym-client-wasm";
1+
import * as wasm from ".";
22

33
export class Identity {
44
// in the future this should allow for loading from local storage

0 commit comments

Comments
 (0)