Skip to content

Commit 7b616ab

Browse files
fix tipo modulo
1 parent fb5be9e commit 7b616ab

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"version": "1.0.2",
44
"description": "Official OpenApi NodeJS Client",
55
"main": "dist/index.js",
6-
"type": "module",
6+
"files": [
7+
"dist"
8+
],
79
"scripts": {
810
"test": "tsc && jest -config=jest.config.json --all",
911
"build": "tsc"

0 commit comments

Comments
 (0)