Skip to content

Commit

Permalink
added missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
scohenFireblocks authored Jul 22, 2022
1 parent f16d7b5 commit d3366d0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "fireblocks-defi-sdk",
"version": "1.2.0",
"description": "Fireblocks DeFi SDK",
"main": "dist/index.js",
"main": "dist/index.d.ts",
"types": "dist/index.d.ts",
"license": "MIT",
"devDependencies": {
"tslint": "^6.1.3",
Expand All @@ -23,5 +24,7 @@
"web3": "^1.7.3",
"web3-eth-contract": "^1.7.4"
},
"types": "dist/index.d.ts"
"files": [
"dist/**/*"
]
}

0 comments on commit d3366d0

Please sign in to comment.