Skip to content

Commit ec565db

Browse files
authored
fix: Correct "types" path in "exports" to "./dist/countUp.d.ts" (#341)
1 parent 289280c commit ec565db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"url": "git+https://github.com/inorganik/countUp.js.git"
1313
},
1414
"exports": {
15+
"types": "./dist/countUp.d.ts",
1516
"import": "./dist/countUp.min.js",
1617
"require": "./dist/countUp.umd.js"
1718
},

0 commit comments

Comments
 (0)