openapi-utils: fix publishing

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2025-01-21 20:30:53 +01:00
parent 270b0fcc0f
commit 4b196c4d4d
+3 -5
View File
@@ -6,10 +6,7 @@
"role": "node-library"
},
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts"
"access": "public"
},
"homepage": "https://backstage.io",
"repository": {
@@ -20,7 +17,8 @@
"license": "Apache-2.0",
"exports": {
".": "./src/index.ts",
"./tests": "./src/testUtils.ts"
"./tests": "./src/testUtils.ts",
"./package.json": "./package.json"
},
"main": "src/index.ts",
"types": "src/index.ts",