Skip to content

Commit 5e5e968

Browse files
fix: Fix types prop in package.json
1 parent 5ba332e commit 5e5e968

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": "0.0.1",
44
"description": "A dynamic feature flags library for Node.js",
55
"main": "dist/main/index.js",
6-
"types": "dist/main/index.ts",
6+
"types": "dist/main/index.d.ts",
77
"files": [
88
"dist/main"
99
],

0 commit comments

Comments
 (0)