Skip to content

Commit 9ea6ec1

Browse files
replace deprecated 'typings' field with standard 'types' in package.json
1 parent b20c569 commit 9ea6ec1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/main/resources/typescript-fetch/package.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{{/packageAsSourceOnlyLibrary}}
1616
{{^packageAsSourceOnlyLibrary}}
1717
"main": "./dist/index.js",
18-
"typings": "./dist/index.d.ts",
18+
"types": "./dist/index.d.ts",
1919
{{#supportsES6}}
2020
"module": "./dist/esm/index.js",
2121
"sideEffects": false,

0 commit comments

Comments
 (0)