From 2a171a2660e6201c7c9873cdf4fef1263b82eb8b Mon Sep 17 00:00:00 2001 From: Drew Powers Date: Thu, 1 Aug 2024 09:43:50 -0600 Subject: [PATCH 1/2] Add LICENSE in root --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000..522bdb36e --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Drew Powers + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 76a359c7f0a37d135692631b6a75451379616308 Mon Sep 17 00:00:00 2001 From: Drew Powers Date: Thu, 1 Aug 2024 09:44:50 -0600 Subject: [PATCH 2/2] Fix linting --- biome.json | 2 +- packages/openapi-typescript-helpers/package.json | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/biome.json b/biome.json index 2f25399f8..0593aef9c 100644 --- a/biome.json +++ b/biome.json @@ -4,7 +4,7 @@ "enabled": false }, "files": { - "ignore": ["**/dist/**"] + "ignore": ["**/dist/**", "**/package.json"] }, "formatter": { "indentStyle": "space", diff --git a/packages/openapi-typescript-helpers/package.json b/packages/openapi-typescript-helpers/package.json index 04a497713..8b64158fe 100644 --- a/packages/openapi-typescript-helpers/package.json +++ b/packages/openapi-typescript-helpers/package.json @@ -23,7 +23,12 @@ }, "./*": "./*" }, - "files": ["index.js", "index.cjs", "index.d.ts", "index.d.cts"], + "files": [ + "index.js", + "index.cjs", + "index.d.ts", + "index.d.cts" + ], "homepage": "https://openapi-ts.dev", "repository": { "type": "git",