Skip to content

Commit 53e3b14

Browse files
committed
fix: package.json types
1 parent 6443fc4 commit 53e3b14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "construct-typed-parameters",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Type-safe parameter construction library. Useful for managing environment variables, aws parameter stores and more.",
55
"type": "module",
66
"main": "./lib/index.js",
7+
"types": "./lib/index.d.ts",
78
"files": [
89
"lib/**/*"
910
],

0 commit comments

Comments
 (0)