Skip to content

Commit

Permalink
Add typings to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenStueber committed Jan 2, 2024
1 parent bc61fbf commit b49d1b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pendulum-chain/api-solang",
"version": "0.1.0",
"version": "0.1.1",
"description": "Interface to interact with smart contracts compiled via Solang",
"main": "build/esm/index.js",
"devDependencies": {
Expand All @@ -18,6 +18,7 @@
"@polkadot/util-crypto": "^12.3.2"
},
"type": "module",
"types": "./build/types/index.d.ts",
"scripts": {
"clean": "rimraf build",
"prepublishOnly": "npm run build",
Expand Down

0 comments on commit b49d1b9

Please sign in to comment.