Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed Jan 5, 2024
1 parent fd6747a commit 02d4302
Show file tree
Hide file tree
Showing 3 changed files with 268 additions and 5 deletions.
3 changes: 2 additions & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"dependencies": {
"@cosmjs/amino": "^0.31.0",
"@cosmjs/proto-signing": "^0.31.0"
"@cosmjs/proto-signing": "^0.31.0",
"@nibiruchain/nibijs": "0.21.45"
},
"devDependencies": {
"es-main": "^1.3.0",
Expand Down
3 changes: 2 additions & 1 deletion examples/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"moduleResolution": "NodeNext",
"rootDir": "./",
"outDir": "./dist",
"baseUrl": "./"
"baseUrl": "./",
"paths": {}
},
"include": ["./examples.test.ts"],
"exclude": ["node_modules", "dist"]
Expand Down
Loading

0 comments on commit 02d4302

Please sign in to comment.