Skip to content

Commit

Permalink
🐛 undefined types
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed Sep 20, 2024
1 parent 37c836c commit 9368c1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sub-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kodadot1/sub-api",
"version": "0.4.0-rc.1",
"version": "0.4.0-rc.2",
"description": "Smart wrapper for Substrate API",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,8 @@
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 9368c1e

Please sign in to comment.