Skip to content

Commit

Permalink
fix: build issue #3 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskares authored and fforbeck committed Jan 14, 2022
1 parent 6d51562 commit 4b7fb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.1.1",
"description": "An Ethers.js compatible signer that connects to GCP KMS",
"main": "dist/signer.js",
"types": "dist/**/*.d.ts",
"types": "dist/signer.d.ts",
"scripts": {
"type-check": "tsc --noEmit",
"test": "jest",
Expand Down

0 comments on commit 4b7fb51

Please sign in to comment.