Skip to content

Commit 4c14013

Browse files
committed
fix: wrong typings path
1 parent 6397e51 commit 4c14013

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"typings"
1010
],
1111
"sideEffects": false,
12-
"typings": "typings/main.d.ts",
12+
"typings": "typings/Api.d.ts",
1313
"dependencies": {
1414
"@types/node": "^12.0.10",
1515
"form-data": "^3.0.0",

0 commit comments

Comments
 (0)