Skip to content

Commit

Permalink
Expose programs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbogle committed Feb 5, 2022
1 parent 1392a4b commit 7ef7498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardinal/token-manager",
"version": "0.0.10",
"version": "0.0.11",
"description": "Cardinal token manager SDK",
"keywords": [
"solana",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * as claimLinks from "./claimLinks";
export * as programs from "./programs";
export * as rentals from "./rentals";
export * from "./utils";

0 comments on commit 7ef7498

Please sign in to comment.