Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit cc41a96

Browse files
authored
fix: correct typo in module name (#3206)
The name needs to be correct otherwise the tests don't run as part of CI.
1 parent 4c03bb2 commit cc41a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/browser-sharing-node-across-tabs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "expample-browser-sharing-node-across-tabs",
2+
"name": "example-browser-sharing-node-across-tabs",
33
"description": "Sharing IPFS node across browsing contexts",
44
"version": "1.0.0",
55
"private": true,

0 commit comments

Comments
 (0)