Skip to content

Commit cd78647

Browse files
committed
fix: Fixing path to types
2 parents c8e47d6 + 16b6d6b commit cd78647

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
@@ -5,7 +5,7 @@
55
"type": "module",
66
"main": "./dist/quests.umd.cjs",
77
"module": "./dist/quests.js",
8-
"types": "./dist/quests.d.ts",
8+
"types": "./dist/index.d.ts",
99
"license": "MIT",
1010
"author": "David Négrier <david@workadventu.re>",
1111
"exports": {

0 commit comments

Comments
 (0)