Skip to content

Commit e035ab9

Browse files
authored
Merge pull request #723 from Workfront/fix-api-typings-resolution
fix: wrong typings path
2 parents 7958d07 + 3a9cc75 commit e035ab9

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)