Skip to content

Commit 4b7fb51

Browse files
johanneskaresfforbeck
authored andcommitted
fix: build issue #3 (#4)
1 parent 6d51562 commit 4b7fb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.1.1",
44
"description": "An Ethers.js compatible signer that connects to GCP KMS",
55
"main": "dist/signer.js",
6-
"types": "dist/**/*.d.ts",
6+
"types": "dist/signer.d.ts",
77
"scripts": {
88
"type-check": "tsc --noEmit",
99
"test": "jest",

0 commit comments

Comments
 (0)