Skip to content

Commit b7de117

Browse files
fix(overmind): fix typo in path on modules package json
1 parent f088f25 commit b7de117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node_modules/overmind/modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"main": "../lib/modules",
55
"module": "../es/modules",
66
"jsnext:main": "../es/modules",
7-
"typings": "./lib/modules.d.ts"
7+
"typings": "../lib/modules.d.ts"
88
}

0 commit comments

Comments
 (0)