From a837ed106e92b43613de3394de61069e1b8afc99 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 29 Jan 2024 18:20:24 +0100 Subject: [PATCH] update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9286509..e3b8444 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "@tempfix/hetzner-openapi", "version": "1.0.3", "description": "", - "main": "dist_ts/index.js", - "typings": "dist_ts/index.d.ts", + "main": "dist_ts/api.js", + "typings": "dist_ts/api.d.ts", "scripts": { "create": "openapi-typescript https://docs.hetzner.cloud/spec.json --output ts/api.ts && tsc" },