From bde2f6f7c066fbe3d2f8f3023826c96218863339 Mon Sep 17 00:00:00 2001 From: Ben Irvin Date: Thu, 23 May 2024 11:54:58 +0200 Subject: [PATCH] revert: include sdk-plugin in package.json --- src/cli/commands/plugin/init/action.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cli/commands/plugin/init/action.ts b/src/cli/commands/plugin/init/action.ts index 2853d2e..8481753 100644 --- a/src/cli/commands/plugin/init/action.ts +++ b/src/cli/commands/plugin/init/action.ts @@ -251,11 +251,13 @@ const PLUGIN_TEMPLATE = defineTemplate(async ({ logger, gitConfig, packagePath } * version, failing that we leave the fallback of *. */ '@strapi/strapi': '*', + '@strapi/sdk-plugin': '*', prettier: '*', }, peerDependencies: { // TODO: set this to 5.0.0 when Strapi 5 is released '@strapi/strapi': '^5.0.0-beta', + '@strapi/sdk-plugin': '^5.0.0', }, strapi: { kind: 'plugin',