Skip to content

Commit

Permalink
fix: Added types properties to package.json file (#572)
Browse files Browse the repository at this point in the history
Co-authored-by: Salman Pathan <pathansalman555@gmail.com>
  • Loading branch information
AtelyPham and salman01zp authored Mar 21, 2024
1 parent aff933d commit 5267292
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"version": "0.5.4",
"description": "Polkadot.js type definitions required for interacting with Webb's tangle network",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"typings": "./build/index.d.ts",
"author": "Webb Developers <drew@webb.tools>",
"license": "Apache-2.0",
"type": "commonjs",
Expand Down

0 comments on commit 5267292

Please sign in to comment.