Skip to content

Commit

Permalink
fix: correct types file location (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgollucci authored Oct 30, 2024
1 parent 35ef607 commit 6dd76f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"sts"
],
"main": "lib/index.js",
"types": "src/index.d.ts",
"types": "lib/index.d.ts",
"license": "Apache-2.0",
"version": "0.0.0",
"jsii": {
Expand Down Expand Up @@ -120,4 +120,4 @@
}
},
"packageManager": "[email protected]+sha512.341db9396b6e289fecc30cd7ab3af65060e05ebff4b3b47547b278b9e67b08f485ecd8c79006b405446262142c7a38154445ef7f17c1d5d1de7d90bf9ce7054d"
}
}

0 comments on commit 6dd76f4

Please sign in to comment.