Skip to content

Commit e79ab0b

Browse files
committed
fix declaration types
1 parent fcc4791 commit e79ab0b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
},
1818
"main": "./lib/commonjs/index.js",
1919
"module": "./lib/module/index.js",
20-
"types": "./lib/typescript/commonjs/src/index.d.ts",
20+
"types": "./lib/typescript/commonjs/index.d.ts",
2121
"exports": {
2222
".": {
2323
"import": {
24-
"types": "./lib/typescript/module/src/index.d.ts",
24+
"types": "./lib/typescript/module/index.d.ts",
2525
"default": "./lib/module/index.js"
2626
},
2727
"require": {
28-
"types": "./lib/typescript/commonjs/src/index.d.ts",
28+
"types": "./lib/typescript/commonjs/index.d.ts",
2929
"default": "./lib/commonjs/index.js"
3030
}
3131
}

0 commit comments

Comments
 (0)