Skip to content

Commit

Permalink
fix: ignore repo name (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinxl authored Jan 15, 2024
1 parent e5cea37 commit 8373e5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [
"uploadkit-nextjs-with-walletkit",
"uploadkit-with-nextjs-walletkit",
"uploadkit-with-nextjs-rainbowkit",
"uploadkit-with-vite-walletkit",
"docs"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ npm i wagmi viem @bnb-chain/greenfield-js-sdk @bnb-chain/greenfield-cosmos-types

## Examples

- [uploadkit-nextjs-with-walletkit](https://github.com/node-real/greenfield-toolkit/examples/uploadkit-nextjs-with-walletkit)
- [uploadkit-with-nextjs-walletkit](https://github.com/node-real/greenfield-toolkit/examples/uploadkit-with-nextjs-walletkit)
- [uploadkit-with-nextjs-rainbowkit](https://github.com/node-real/greenfield-toolkit/examples/uploadkit-with-nextjs-rainbowkit)
- [uploadkit-with-vite-walletkit](https://github.com/node-real/greenfield-toolkit/examples/uploadkit-with-vite-walletkit)

Expand Down

0 comments on commit 8373e5f

Please sign in to comment.