Skip to content

Commit a8ac60f

Browse files
authored
Fix broken path in exports.types property (#31)
1 parent 04762c8 commit a8ac60f

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
@@ -8,7 +8,7 @@
88
"exports": {
99
"require": "./dist/index.common.js",
1010
"import": "./dist/index.esm.js",
11-
"types": "./dist/types/index.d.ts"
11+
"types": "./dist/index.d.ts"
1212
},
1313
"scripts": {
1414
"build": "npm run build:cjs && npm run build:umd && npm run build:esm",

0 commit comments

Comments
 (0)