From 3695d6c9e0beea90f5485468a1f7d7d64139a52b Mon Sep 17 00:00:00 2001 From: Fern Support <126544928+fern-support@users.noreply.github.com> Date: Thu, 26 Dec 2024 06:19:33 -0800 Subject: [PATCH] :herb: Restore Apache-2.0 in TypeScript SDK (#188) * :herb: Add custom license for SDKs * Restore Apache-2.0 value instead * Add additional metadata from the original package.json Add additional metadata from the original package.json --------- Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com> --- fern/generators.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fern/generators.yml b/fern/generators.yml index 972f865..62f2af4 100644 --- a/fern/generators.yml +++ b/fern/generators.yml @@ -25,4 +25,12 @@ groups: noSerdeLayer: true enableInlineTypes: true inlinePathParameters: true + packageJson: + license: Apache-2.0 + description: Official Node bindings to the Intercom API + homepage: https://github.com/intercom/intercom-node + bugs: https://github.com/intercom/intercom-node/issues + keywords: + - intercom + - api smart-casing: true