Skip to content

Commit 1cf4116

Browse files
committed
fix: types path
1 parent 3775eea commit 1cf4116

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
@@ -16,7 +16,7 @@
1616
],
1717
"main": "dist/index.js",
1818
"module": "dist/index.es.js",
19-
"types": "dist/src/index.d.ts",
19+
"types": "dist/index.d.ts",
2020
"jsnext:main": "dist/index.es.js",
2121
"engines": {
2222
"node": ">=8",

0 commit comments

Comments
 (0)