From b4728189cc70278e146657138587a6c71f6b2ee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C3=ABl=20Guilloux?= Date: Sun, 15 Oct 2023 20:25:09 +0200 Subject: [PATCH] chore(workspace): add integrations to workspace --- bumpp.config.ts | 4 ++++ package.json | 1 + 2 files changed, 5 insertions(+) create mode 100644 bumpp.config.ts diff --git a/bumpp.config.ts b/bumpp.config.ts new file mode 100644 index 00000000..39666266 --- /dev/null +++ b/bumpp.config.ts @@ -0,0 +1,4 @@ +import { defineConfig } from 'bumpp' + +export default defineConfig({ +}) diff --git a/package.json b/package.json index 790bcd1f..f2db2f1e 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "docs", "tests", "packages/*", + "integrations/*", "examples/*" ], "license": "MIT",