Skip to content

Commit 0add4ff

Browse files
add dependency
Signed-off-by: Thomas Poignant <[email protected]>
1 parent 5e76cfd commit 0add4ff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

libs/providers/go-feature-flag/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@
1212
"@openfeature/ofrep-provider": "0.2.1",
1313
"@jest/globals": "29.7.0"
1414
},
15-
"dependencies": {},
15+
"dependencies": {
16+
"@wasmer/wasi": "^1.2.2"
17+
},
1618
"devDependencies": {
1719
"@ljharb/eslint-config": "^21.2.0",
1820
"eslint-plugin-tree-shaking": "^1.12.2"
1921
}
20-
}
22+
}

0 commit comments

Comments
 (0)