Skip to content

Commit 83b98b3

Browse files
committed
fix: fix chains export
1 parent 233b97d commit 83b98b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sablier/deployments",
33
"description": "Keeping track of Sablier deployments",
4-
"version": "1.0.0-alpha.16",
4+
"version": "1.0.0-alpha.17",
55
"author": {
66
"name": "Sablier Labs Ltd",
77
"url": "https://sablier.com"

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
export * from "./chains";
12
export * from "./helpers";
23
export * from "./releases";
34
export * from "./types";
45

5-
export * as chains from "./chains";
66
export * as nativeTokens from "./native-tokens";

0 commit comments

Comments
 (0)