Skip to content

Commit cb322b9

Browse files
elav000elav000nmetulev
authored
fix types in package.json (#663)
Co-authored-by: elav000 <[email protected]> Co-authored-by: Nikola Metulev <[email protected]>
1 parent 01bcd93 commit cb322b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mgt-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"module": "dist/es6/index.js",
88
"main": "dist/es6/index.js",
9-
"types": "dist/es6/types.d.ts",
9+
"types": "dist/es6/index.d.ts",
1010
"files": [
1111
"dist",
1212
"src"

0 commit comments

Comments
 (0)