Skip to content

Commit a0f1d1c

Browse files
committed
update for publlishing
1 parent d817205 commit a0f1d1c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Publish @meshsdk/hydra-react to npm when a PR to main is merged and package version was updated.
2-
# Single-package replica of the Mesh monorepo publish workflow.
32

43
name: Publish @meshsdk/hydra-react
54

src/context/configContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ export type HydraConfigContextType = {
66
setHydraConfig: (config: HydraProviderOptions) => void;
77
};
88

9-
export const HydraConfigContext = createContext<HydraConfigContextType | null>(null);
9+
export const HydraConfigContext = createContext<HydraConfigContextType | null>(null);

0 commit comments

Comments
 (0)